Skip to content

Commit cabfb89

Browse files
committed
put a coat of paint on it
1 parent eec200b commit cabfb89

22 files changed

+114265
-17
lines changed

assets/css/app.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@
1212
opacity: 0;
1313
}
1414
}
15+
16+
@font-face {
17+
font-family: 'Server Mono';
18+
font-style: normal;
19+
font-weight: 400;
20+
src: url('/assets/fonts/ServerMono-Regular.otf') format('opentype');
21+
src: url('/assets/fonts/ServerMono-Regular.woff') format('woff');
22+
src: url('/assets/fonts/ServerMono-Regular.woff2') format('woff2');
23+
}
24+
25+
@font-face {
26+
font-family: 'Server Mono';
27+
font-style: italic;
28+
font-weight: 400;
29+
src: url('/assets/fonts/ServerMono-Regular-Italic.otf') format('opentype');
30+
src: url('/assets/fonts/ServerMono-Regular-Italic.woff') format('woff');
31+
src: url('/assets/fonts/ServerMono-Regular-Italic.woff2') format('woff2');
32+
}
33+
34+
body {
35+
font-family: 'Server Mono', monospace;
36+
font-size: 1rem;
37+
}
38+
39+
1540
/* Makeup */
1641
.makeup .hll {background-color: #4f424c}
1742
.makeup {color: #e7e9db; background-color: #2f1e2e}.makeup .unselectable {
32.3 KB
Binary file not shown.
21.7 KB
Binary file not shown.
20.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)