Skip to content

Commit

Permalink
put a coat of paint on it
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleclair committed Aug 29, 2024
1 parent eec200b commit cabfb89
Show file tree
Hide file tree
Showing 22 changed files with 114,265 additions and 17 deletions.
25 changes: 25 additions & 0 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@
opacity: 0;
}
}

@font-face {
font-family: 'Server Mono';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/ServerMono-Regular.otf') format('opentype');
src: url('/assets/fonts/ServerMono-Regular.woff') format('woff');
src: url('/assets/fonts/ServerMono-Regular.woff2') format('woff2');
}

@font-face {
font-family: 'Server Mono';
font-style: italic;
font-weight: 400;
src: url('/assets/fonts/ServerMono-Regular-Italic.otf') format('opentype');
src: url('/assets/fonts/ServerMono-Regular-Italic.woff') format('woff');
src: url('/assets/fonts/ServerMono-Regular-Italic.woff2') format('woff2');
}

body {
font-family: 'Server Mono', monospace;
font-size: 1rem;
}


/* Makeup */
.makeup .hll {background-color: #4f424c}
.makeup {color: #e7e9db; background-color: #2f1e2e}.makeup .unselectable {
Expand Down
Binary file added assets/fonts/ServerMono-Regular-Italic.otf
Binary file not shown.
Binary file added assets/fonts/ServerMono-Regular-Italic.woff
Binary file not shown.
Binary file added assets/fonts/ServerMono-Regular-Italic.woff2
Binary file not shown.
Loading

0 comments on commit cabfb89

Please sign in to comment.