@superflycss/utilities-fonts
Version:
24 lines • 707 B
CSS
.u-font-noto-sans-tc-100 {
font-family: 'Noto Sans TC' ;
font-weight: 100 ;
}
.u-font-noto-sans-tc-300 {
font-family: 'Noto Sans TC' ;
font-weight: 300 ;
}
.u-font-noto-sans-tc-400 {
font-family: 'Noto Sans TC' ;
font-weight: 400 ;
}
.u-font-noto-sans-tc-500 {
font-family: 'Noto Sans TC' ;
font-weight: 500 ;
}
.u-font-noto-sans-tc-700 {
font-family: 'Noto Sans TC' ;
font-weight: 700 ;
}
.u-font-noto-sans-tc-900 {
font-family: 'Noto Sans TC' ;
font-weight: 900 ;
}