@superflycss/utilities-fonts
Version:
45 lines • 1.37 kB
CSS
.u-font-eb-garamond-400 {
font-family: 'EB Garamond' ;
font-weight: 400 ;
}
.u-font-eb-garamond-500 {
font-family: 'EB Garamond' ;
font-weight: 500 ;
}
.u-font-eb-garamond-600 {
font-family: 'EB Garamond' ;
font-weight: 600 ;
}
.u-font-eb-garamond-700 {
font-family: 'EB Garamond' ;
font-weight: 700 ;
}
.u-font-eb-garamond-800 {
font-family: 'EB Garamond' ;
font-weight: 800 ;
}
.u-font-eb-garamond-400-italic {
font-family: 'EB Garamond' ;
font-weight: 400 ;
font-style: italic ;
}
.u-font-eb-garamond-500-italic {
font-family: 'EB Garamond' ;
font-weight: 500 ;
font-style: italic ;
}
.u-font-eb-garamond-600-italic {
font-family: 'EB Garamond' ;
font-weight: 600 ;
font-style: italic ;
}
.u-font-eb-garamond-700-italic {
font-family: 'EB Garamond' ;
font-weight: 700 ;
font-style: italic ;
}
.u-font-eb-garamond-800-italic {
font-family: 'EB Garamond' ;
font-weight: 800 ;
font-style: italic ;
}