Open keyile opened 5 years ago
I have the same issue on ArchLinux with Gnome. Installing Open Sans (via package ttf-opensans) did not fix the problem.
After some trial and error I found out that on my system the font is named "Open Sans Regular" and not "Open Sans".
Changing the body block in Typora's github.css fixed it for me:
body {
font-family: "Open Sans Regular","Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
color: rgb(51, 51, 51);
line-height: 1.6;
}
Cause font style is a very basic feature, hope you will figure it out soon. :smiley_cat: