@superflycss/utilities-fonts
Version:
27 lines • 833 B
CSS
.u-font-red-hat-text-400 {
font-family: 'Red Hat Text' ;
font-weight: 400 ;
}
.u-font-red-hat-text-400-italic {
font-family: 'Red Hat Text' ;
font-weight: 400 ;
font-style: italic ;
}
.u-font-red-hat-text-500 {
font-family: 'Red Hat Text' ;
font-weight: 500 ;
}
.u-font-red-hat-text-500-italic {
font-family: 'Red Hat Text' ;
font-weight: 500 ;
font-style: italic ;
}
.u-font-red-hat-text-700 {
font-family: 'Red Hat Text' ;
font-weight: 700 ;
}
.u-font-red-hat-text-700-italic {
font-family: 'Red Hat Text' ;
font-weight: 700 ;
font-style: italic ;
}