nutritionix / nutrition-label

Create a FDA-style nutrition label with any nutrition data source (even the Nutritionix API - http://www.nutritionix.com/api)
http://www.nutritionix.com/
MIT License
176 stars 66 forks source link

Should declare fallback default font #137

Open rebelmusic opened 2 years ago

rebelmusic commented 2 years ago

At line 51 of NutritionLabel.scss, at least a fallback of sans-serif should be be added

font-family: 'Archivo Black' sans-serif;

majin22 commented 2 years ago

@genesis23rd can you check this as you're more familiar with the css