-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
bold font not working in org & md #54
Comments
I have the same problem actually on OSX. I already filled a bug but didn't hear about since then. |
@rougier Thank you! your tempory fix is working, now I get a bold font finally. |
Do you know by any chance what is the change in Big Sur that leads emacs to be confused? |
Sorry I have no idea why, but someone seems to have reported this bug bug#46436: 27.1.91; Font weight issue on MacOS Big Sur |
Hi guys, is there a current recommended solution for this issue?! Would love to get the bold font working as well. :) |
I'm splitting the font file into several weights using fonttools and specify them in my .emacs. |
Yes - I'm currently doing the same. Added some instructions for that on my fork of nano-theme, based on your suggestions, and updated the fonts on the theme respectively. |
Let's hope the OSX version is fixed with Emacs 28 release. |
In a
emacs -Q -l nano.el
, the bold font in org-mode or markdown-mode doesn't work, it just seems like a normal font without any bold.I am using macOS and the Roboto Mono font is installed.
The "bold" is actually "*bold*", which is hided because of
org-hide-emphasis-markers
:The text was updated successfully, but these errors were encountered: