font changes + added gitignore
This commit is contained in:
parent
1af2be719c
commit
ad3a3f17ff
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.woff
|
||||||
@ -1,7 +1,13 @@
|
|||||||
/* Global Settings */
|
/* Global Settings */
|
||||||
|
@font-face {
|
||||||
|
font-family: ibmplexmono;
|
||||||
|
src: url(./IBMPlexMono-Regular.woff) format('woff');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Courier New', Courier, monospace;
|
/* font-family: 'Courier New', Courier, monospace; */
|
||||||
|
font-family: ibmplexmono;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -29,6 +35,10 @@ a:hover {
|
|||||||
border-radius: 5pt;
|
border-radius: 5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header h1 {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -57,7 +67,6 @@ a:hover {
|
|||||||
|
|
||||||
/* Text Settings */
|
/* Text Settings */
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
line-height: 30pt;
|
line-height: 30pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user