-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 vs Regular fonts #51
Comments
After hours of searching for reasons for the weird behaviour of MS Word, I finally found this! Word seems to handle the bold version of the font just right — until you export as a PDF. Then the fonts get mixed up, and all the bold parts get exported in regular font. |
As far as I know, the same name thing is intentional behaviour. The Regular, Italic, Bold, and Bold Italic fonts are combined into one, named after the family name. There usually isn't a weight name assigned to them. Most many word processing software (namely MS Word) offer the 'Bold' and 'Italic' features, so you can press Ctrl+B to switch to bold type, Ctrl+I to switch to italic type, or both to switch to bold italic type. However, regarding the issue where only the Bold type is showing instead of the default Regular, it's either the word processing software's fault, a mistake in style naming, or an installation error. |
Hi,
I seem to have a problem with the installation of the different font types when using them in Microsoft Office.
The issue could be related to the fact, that both the Bold-type and the Regular-type are named "Space Grotesk" in the files, whereas the Light-type and the Medium-type are named "Space Grotesk Light" and "Space Grotesk Medium" respectively.
Thus, it seems like it is not able to distinguish between the fonts, when they have the same name in the file.
As can be seen here, when downloading the fonts, it only includes the Bold-type - probably because it is overwriting the Regular one.
The text was updated successfully, but these errors were encountered: