@superflycss/utilities-fonts
Version:
27 lines • 881 B
CSS
.u-font-roboto-condensed-300 {
font-family: 'Roboto Condensed' ;
font-weight: 300 ;
}
.u-font-roboto-condensed-300-italic {
font-family: 'Roboto Condensed' ;
font-weight: 300 ;
font-style: italic ;
}
.u-font-roboto-condensed-400 {
font-family: 'Roboto Condensed' ;
font-weight: 400 ;
}
.u-font-roboto-condensed-400-italic {
font-family: 'Roboto Condensed' ;
font-weight: 400 ;
font-style: italic ;
}
.u-font-roboto-condensed-700 {
font-family: 'Roboto Condensed' ;
font-weight: 700 ;
}
.u-font-roboto-condensed-700-italic {
font-family: 'Roboto Condensed' ;
font-weight: 700 ;
font-style: italic ;
}