font changes + added gitignore

This commit is contained in:
0x01fe 2024-03-11 12:59:06 -05:00
parent 1af2be719c
commit ad3a3f17ff
2 changed files with 12 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.woff

View File

@ -1,7 +1,13 @@
/* Global Settings */
@font-face {
font-family: ibmplexmono;
src: url(./IBMPlexMono-Regular.woff) format('woff');
}
body {
font-family: 'Courier New', Courier, monospace;
/* font-family: 'Courier New', Courier, monospace; */
font-family: ibmplexmono;
}
a {
@ -29,6 +35,10 @@ a:hover {
border-radius: 5pt;
}
.header h1 {
font-family: Arial, Helvetica, sans-serif;
}
.container {
display: flex;
@ -57,7 +67,6 @@ a:hover {
/* Text Settings */
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
line-height: 30pt;
}