@superflycss/utilities-fonts
Version:
18 lines • 547 B
CSS
.u-font-philosopher-400 {
font-family: 'Philosopher' ;
font-weight: 400 ;
}
.u-font-philosopher-400-italic {
font-family: 'Philosopher' ;
font-weight: 400 ;
font-style: italic ;
}
.u-font-philosopher-700 {
font-family: 'Philosopher' ;
font-weight: 700 ;
}
.u-font-philosopher-700-italic {
font-family: 'Philosopher' ;
font-weight: 700 ;
font-style: italic ;
}