diff --git a/css/readtheorg.css b/css/readtheorg.css index 376f59b..b7ce06a 100644 --- a/css/readtheorg.css +++ b/css/readtheorg.css @@ -7,6 +7,12 @@ src: url("../fonts/DoulosSIL-R.woff"); } +@font-face { + font-family: "Noto Sans Runes"; + font-display: swap; + src: url("../fonts/NotoSansRunic-Regular.ttf"); +} + h1, h2, h3, @@ -66,7 +72,7 @@ html { body { background: #edf0f2; color: #404040; - font-family: "DoulosSIL", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif; + font-family: "Noto Sans Runes", "DoulosSIL", "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif; font-weight: normal; overflow-x: hidden; max-width: 1100px; diff --git a/fonts/NotoSansRunic-Regular.ttf b/fonts/NotoSansRunic-Regular.ttf new file mode 100644 index 0000000..7717241 Binary files /dev/null and b/fonts/NotoSansRunic-Regular.ttf differ