rougier / elegant-emacs

A very minimal but elegant emacs (I think)
GNU General Public License v3.0
1.36k stars 79 forks source link

On Windows: Font name should be "Roboto Mono" #23

Open phuhl opened 3 years ago

phuhl commented 3 years ago

When using on Windows, the font name apparently must be "Roboto Mono" as "Roboto Mono Light" is not recognized and therefore not loaded (I did install all the roboto fonts from google fonts).

rougier commented 3 years ago

Can you try "Roboto Mono:Style=light" instead? Also, you might be interested by https://github.com/rougier/nano-emacs which has the same philosophy as eleegant emacs but should be easier to integrate into your own configuration.

phuhl commented 3 years ago

"Roboto Mono:Style=light"

That does not work either. I tried a couple of variations but nothing seems to stick. For now I am just using "Roboto Mono", which works, but is not light.

Concerning Nano-emacs: Thanks for the heads up but I think I like this repo and I already integrated it into my dotfiles. I have like a few miniture issues left to deal with (e.g. https://github.com/rougier/elegant-emacs/issues/24) but I'll get there.