almost stable
This commit is contained in:
11
src/app.css
11
src/app.css
@ -1,5 +1,14 @@
|
||||
@font-face {
|
||||
font-family: 'DepartureMono';
|
||||
src: url('/fonts/DepartureMono-Regular.woff2') format('woff2'),
|
||||
url('/fonts/DepartureMono-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root {
|
||||
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
font-family: 'DepartureMono', monospace;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user