mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 16:57:24 +08:00
14 lines
297 B
CSS
14 lines
297 B
CSS
@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;
|
|
}
|