You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been receiving some notifications that firatheme does not work as intended for some users. This seems to be mainly on windows. Upon first use, the firatheme package shows the following error when loading the Fira Sans font:
Extracting .afm files from .ttf files...
C:\path\to\fonts\FiraSans-Bold.ttf : No FontName. Skipping.
C:\path\to\fonts\FiraSans-BoldItalic.ttf : No FontName. Skipping.
C:\path\to\fonts\FiraSans-Italic.ttf : No FontName. Skipping.
...
Found FontName for 0 fonts.
This is a known issue with a dependency of the extrafont package used to import the fonts. A workaround is installing a previous version of this package using the remotes package with the following code:
I've been receiving some notifications that
firatheme
does not work as intended for some users. This seems to be mainly on windows. Upon first use, thefiratheme
package shows the following error when loading the Fira Sans font:This is a known issue with a dependency of the
extrafont
package used to import the fonts. A workaround is installing a previous version of this package using theremotes
package with the following code:See also the following issues:
I can't really do anything about this right now, let's hope that the dependency gets fixed at some point!
The text was updated successfully, but these errors were encountered: