mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 09:37:29 +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;
|
|
}
|