@superflycss/utilities-fonts
Version:
45 lines • 1.33 kB
CSS
.u-font-cormorant-300 {
font-family: 'Cormorant' ;
font-weight: 300 ;
}
.u-font-cormorant-300-italic {
font-family: 'Cormorant' ;
font-weight: 300 ;
font-style: italic ;
}
.u-font-cormorant-400 {
font-family: 'Cormorant' ;
font-weight: 400 ;
}
.u-font-cormorant-400-italic {
font-family: 'Cormorant' ;
font-weight: 400 ;
font-style: italic ;
}
.u-font-cormorant-500 {
font-family: 'Cormorant' ;
font-weight: 500 ;
}
.u-font-cormorant-500-italic {
font-family: 'Cormorant' ;
font-weight: 500 ;
font-style: italic ;
}
.u-font-cormorant-600 {
font-family: 'Cormorant' ;
font-weight: 600 ;
}
.u-font-cormorant-600-italic {
font-family: 'Cormorant' ;
font-weight: 600 ;
font-style: italic ;
}
.u-font-cormorant-700 {
font-family: 'Cormorant' ;
font-weight: 700 ;
}
.u-font-cormorant-700-italic {
font-family: 'Cormorant' ;
font-weight: 700 ;
font-style: italic ;
}