LiteyukiBot-TriM/liteyuki/resources/templates/css/fonts.css

14 lines
297 B
CSS
Raw Normal View History

2024-03-31 06:22:53 +08:00
@font-face {
font-family: 'MiSans';
src: url('../../fonts/normal.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MiSans';
src: url('../../fonts/bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}