diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90ac1a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.woff \ No newline at end of file diff --git a/index_style.css b/index_style.css index 642a85d..89e3df0 100644 --- a/index_style.css +++ b/index_style.css @@ -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; }