From 53bcaa13f78712c96de7fa7d57ad6b5abe49df97 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 12 Feb 2023 19:19:56 +0100 Subject: [PATCH] Merge fonts.css with main.css --- public/static/style/fonts.css | 10 ---------- public/static/style/main.css | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 public/static/style/fonts.css diff --git a/public/static/style/fonts.css b/public/static/style/fonts.css deleted file mode 100644 index ca0f724..0000000 --- a/public/static/style/fonts.css +++ /dev/null @@ -1,10 +0,0 @@ -body { - font-size: 1rem; - font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; - line-height: 1.5; - font-weight: bold; -} - -code, pre { - font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; -} \ No newline at end of file diff --git a/public/static/style/main.css b/public/static/style/main.css index eb42b66..cbe74b8 100644 --- a/public/static/style/main.css +++ b/public/static/style/main.css @@ -8,6 +8,9 @@ body { text-align: center; color: white; image-rendering: pixelated; + font-size: 1rem; + font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + line-height: 1.5; } hr { @@ -37,4 +40,5 @@ code { padding: .75rem; overflow-x: auto; overflow-y: hidden; + font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace; } \ No newline at end of file