This commit is contained in:
Lucas Kent 2022-12-14 15:19:01 -05:00 committed by GitHub
parent 3ed2d9353b
commit 22090ac0cf
3 changed files with 1 additions and 29 deletions

View File

@ -11,14 +11,6 @@
} }
p { body {
font-family: jetbrains_monoregular;
}
h1 {
font-family: jetbrains_monoregular;
}
h2 {
font-family: jetbrains_monoregular; font-family: jetbrains_monoregular;
} }

View File

@ -51,14 +51,6 @@ body {
clear: both; clear: both;
} }
/* Footer */
.fofoter {
padding: 20px;
text-align: center;
background: #ddd;
margin-top: 20px;
}
.image { .image {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;

View File

@ -1,12 +0,0 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 12, 2022 */
@font-face {
font-family: 'jetbrains_monoregular';
src: url('/assets/styles/fonts/Font/jetbrainsmono-variablefont_wght-webfont.woff2') format('woff2'),
url('/assets/styles/fonts/Font/jetbrainsmono-variablefont_wght-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}