Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Easy way to change font #143

Closed
kpuljek opened this issue Oct 24, 2017 · 9 comments
Closed

Feature Request: Easy way to change font #143

kpuljek opened this issue Oct 24, 2017 · 9 comments
Labels
bug Something isn't working needs info More details are needed in order to validate issue

Comments

@kpuljek
Copy link

kpuljek commented Oct 24, 2017

After typing out some notes in my native language, Croatian, I noticed that some characters don't work properly in the default font used in notes. (screenshot original.png)

When I change the code (code.png) to something else like Fira Sans, then it looks okay. (fira-sans.png)

Unfortunately, I didn't find a simple way to change the font, I don't want to mess around with code and break something in the future. Any ideas?

original

code

fira-sans

@jancborchardt jancborchardt added bug Something isn't working help wanted Complex issue or we don't know how to fix it and removed feature request labels Jun 5, 2018
@jancborchardt
Copy link
Member

jancborchardt commented Jun 5, 2018

@kpuljek that’s very strange, Open Sans has these letters and it works here:
screenshot from 2018-06-05 11-29-40

Could you clarify which browser you use, and if it works in a different browser or device?

(Just FYI, Open Sans is also the typeface we use all over Nextcloud, so if it’s because of this, you would also see the issue in other parts of Nextcloud. :)

@jancborchardt jancborchardt added needs info More details are needed in order to validate issue and removed help wanted Complex issue or we don't know how to fix it labels Jun 5, 2018
@jancborchardt
Copy link
Member

Closing because the recent move to SimpleMDE seems to habe fixed this. :)

@ghost
Copy link

ghost commented Sep 19, 2018

Hi, this is not fixed. Problem is, that you need to include font with parameter latin-ext, not only base Open Sans. It would be nice to specifiy (in the theme settings) just Google font url in one form input e.g. "https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext" and global font name like "Roboto" in second input. Do it and you'll make a lot of users happier ;-).

@korelstar
Copy link
Member

korelstar commented Sep 19, 2018 via email

@ghost
Copy link

ghost commented Sep 19, 2018

I'm sorry, I've discovered this topic on Google, search phrase "nextcloud font change". I'll create a new issue in correct place!

@jancborchardt
Copy link
Member

Yup, the core issue is nextcloud/server#11299 – thanks @MicNov @novami for opening! :)

@alex-milanov
Copy link

Yeah but it would also be good to be able to change the font family (I use FiraCode for some ligatures), colors and background switch etc ...

@stellarpower
Copy link

I'd like to be able to use a Monospace font - Markdown is meant to be easy to read in both source and rendered views. Nextcloud notes doesn't support tables yet, however, if I generate a table in markdown format, it is sitll pretty legible without being rendered. The problem however, is that the default font isn't monospaced.
image

I have had to enter the table into a code section, which then makes it not so convenient for scrolling. The current choice makes sense for many users, but I used to use Joplin a lot for taking notes, and for me and anyone using notes a lot for technical work, programming notes, it's certainly a lot easier to edit the sources in a monospace font. Even for general notes, I think it makes life easier if everything lines up nicely whilst you're typing it out. To start with, I think a simple drop-down entry on the toolbar, with a stylised 'f' icon, and offering a limited choice of variations of the main fonr theme (serif, sans, monospace), would be a good way of doing this. To offer support perhaps for arbitrary, enterring a webfont URL would be a good way of enabling this, so the work is client-side.

@jancborchardt
Copy link
Member

To offer support perhaps for arbitrary, enterring a webfont URL would be a good way of enabling this, so the work is client-side.

@stellarpower you can already do this using the Custom CSS app. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs info More details are needed in order to validate issue
Projects
None yet
Development

No branches or pull requests

6 participants