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

Font not changing. #98

Closed rehan-dev closed 6 years ago

rehan-dev commented 7 years ago

After adding $font-url: 'something'; before @import "semantic-ui"; but unfortunately font not change any suggestion ?

doabit commented 7 years ago

@rehan-dev Which version?

rehan-dev commented 7 years ago

its semantic-ui-sass(v2.2.7.1, ruby-2.2.6-p396)[gem]

rehan-dev commented 7 years ago

@doabit any update ?

doabit commented 7 years ago

@rehan-dev Sorry for late reply, i have tested with v2.2.7.1, it could work.

 $font-url: 'http://fonts.useso.com/css?family=Lato:400,700,400italic,700italic&subset=latin';
 @import "semantic-ui";

If you want to use custom font family, please use

$font-name: 'something';

or

$font-family: 'something', 'Helvetica Neue', Arial, Helvetica, sans-serif;
Halt commented 7 years ago

i have the same issue