doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

factor: remove Google Font #70

Closed FingersKey closed 8 years ago

FingersKey commented 8 years ago

remove Google Font

mrkongo commented 8 years ago

How to remove font in my "Rails + semantic ui sass gem" application?

In my application.scss file I have:

*= require_tree .
 *= require_self
 */

@import "semantic-ui";
...

I need to remove definitively the Google Fonts and use only system fonts. Like Bootstrap. How to do?