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

76 lines
1.6 KiB
CSS
Raw Normal View History

2024-04-04 23:02:18 +00:00
/*MiSans*/
2024-04-04 23:14:35 +00:00
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Light.woff2') format('woff2');
2024-04-04 23:14:35 +00:00
font-weight: 200;
}
2024-03-30 22:22:53 +00:00
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Normal.woff2') format('woff2');
2024-04-04 23:14:35 +00:00
font-weight: 400;
}
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Semibold.woff2') format('woff2');
2024-04-04 23:14:35 +00:00
font-weight: 500;
2024-03-30 22:22:53 +00:00
}
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Bold.woff2') format('woff2');
2024-04-04 23:14:35 +00:00
font-weight: 700;
}
@font-face {
font-family: 'MiSans';
src: url('../fonts/MiSans/MiSans-Heavy.woff2') format('woff2');
2024-04-04 23:14:35 +00:00
font-weight: 900;
2024-03-30 22:22:53 +00:00
}
2024-04-04 23:02:18 +00:00
/*MapleMono*/
@font-face {
font-family: 'MapleMono';
src: url('../fonts/MapleMono/MapleMono-Light.woff2') format('woff2');
2024-04-04 23:02:18 +00:00
font-weight: 200;
}
@font-face {
font-family: 'MapleMono';
src: url('../fonts/MapleMono/MapleMono-LightItalic.woff2') format('woff2');
2024-04-04 23:02:18 +00:00
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'MapleMono';
src: url('../fonts/MapleMono/MapleMono-Regular.woff2') format('woff2');
2024-04-04 23:02:18 +00:00
font-weight: 400;
}
@font-face {
font-family: 'MapleMono';
src: url('../fonts/MapleMono/MapleMono-Italic.woff2') format('woff2');
2024-04-04 23:02:18 +00:00
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'MapleMono';
src: url('../fonts/MapleMono/MapleMono-Bold.woff2') format('woff2');
2024-04-04 23:02:18 +00:00
font-weight: 700;
}
@font-face {
font-family: 'MapleMono';
src: url('../fonts/MapleMono/MapleMono-BoldItalic.woff2') format('woff2');
2024-04-04 23:02:18 +00:00
font-weight: 700;
font-style: italic;
2024-04-04 23:14:35 +00:00
}
* {
2024-04-04 23:14:35 +00:00
font-family: 'MapleMono', 'MiSans', sans-serif;
2024-04-04 23:02:18 +00:00
}