diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-10 22:39:50 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-07-10 22:39:50 -0400 |
| commit | 0f11b4beae56b3b18238edf552491e055e1a7b13 (patch) | |
| tree | b3d75d516a29a1216734c312350062424b842849 /CSS/main.css | |
| parent | f2b934fee897f93c0f1ba6974af308f6e0669d85 (diff) | |
Added Viewport and charset, changed font
Diffstat (limited to 'CSS/main.css')
| -rw-r--r-- | CSS/main.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CSS/main.css b/CSS/main.css index 488cc9a..245da24 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -76,14 +76,10 @@ pre code { background-color: var(--color-2); } } -/* Common CSS styling */ -@font-face{ - font-family:IBM Plex Mono; - src: url(../fonts/IBMPlexMono-Regular.ttf); -} +/* Common CSS styling */ body{ - font-family:IBM Plex Mono; + font-family:Arial; } ul.topBar{ text-transform:uppercase; |
