zoro-cli
Version:
https://github.com/vuejs/vue-cli
37 lines (28 loc) • 464 B
CSS
.font-thin {
font-weight: 100;
}
.font-ultra-light {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-medium {
font-weight: 500;
}
.font-semi-bold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-ultra-bold {
font-weight: 800;
}
.font-score {
font-family: 'XY Score', 'DIN Alternate' ;
}
.font-code {
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
monospace ;
}