mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
453 B
18 lines
453 B
@font-face {
|
|
font-family: 'Inter Variable';
|
|
src: url('/wg-easy/assets/fonts/InterVariable.woff2') format('woff2');
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
src: url('/wg-easy/assets/fonts/JetBrainsMonoVariable.woff2')
|
|
format('woff2');
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
}
|
|
|
|
:root {
|
|
--md-text-font: 'Inter Variable';
|
|
--md-code-font: 'JetBrains Mono';
|
|
}
|
|
|