keithamus / npm-scripts-example

An example of how to use NPM scripts over Grunt/Gulp & Friends. http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool
MIT License
841 stars 101 forks source link

Problematic font families #28

Closed mpal9000 closed 7 years ago

mpal9000 commented 9 years ago

Hello, I couldn't find a better place to post this. There is a problem with "Fira Mono" and "Fira Sans" font families in http://blog.keithcirkel.co.uk/.

See also https://github.com/facebook/immutable-js/issues/468

keithamus commented 9 years ago

Hmm that sucks. What operating system are you using? Do you have the fonts already installed in your OS?

mpal9000 commented 9 years ago

I'm using Arch Linux and the fonts seem to be installed:

$ fc-list | grep -i "Fira" /usr/share/fonts/TTF/FiraMono-Bold.ttf: Fira Mono:style=Bold /usr/share/fonts/TTF/FiraSans-BoldItalic.ttf: Fira Sans:style=Bold Italic /usr/share/fonts/TTF/FiraSans-Light.ttf: Fira Sans,Fira Sans Light:style=Light,Regular /usr/share/fonts/TTF/FiraSans-Bold.ttf: Fira Sans:style=Bold /usr/share/fonts/TTF/FiraMono-Regular.ttf: Fira Mono:style=Regular /usr/share/fonts/TTF/FiraSans-Medium.ttf: Fira Sans,Fira Sans Medium:style=Medium,Regular /usr/share/fonts/TTF/FiraSans-LightItalic.ttf: Fira Sans,Fira Sans Light:style=Light Italic,Italic /usr/share/fonts/TTF/FiraSans-Regular.ttf: Fira Sans:style=Regular /usr/share/fonts/TTF/FiraSans-MediumItalic.ttf: Fira Sans,Fira Sans Medium:style=Medium Italic,Italic /usr/share/fonts/TTF/FiraMono-Medium.ttf: Fira Mono,Fira Mono Medium:style=Medium,Regular /usr/share/fonts/TTF/FiraSans-Italic.ttf: Fira Sans:style=Italic

mpal9000 commented 9 years ago

https://github.com/google/fonts/issues/10

mpal9000 commented 7 years ago

problem solved with the latest ttf-google-fonts