diff --git a/assets/css/fonts.css b/assets/css/fonts.css index 50a59ff..93b8a88 100644 --- a/assets/css/fonts.css +++ b/assets/css/fonts.css @@ -1,13 +1,12 @@ @font-face { - font-family: "Grundschrift"; - src: url("fonts/GrundschriftRegular.woff") format("woff"); + font-family: "Coelacanth"; + src: url("fonts/CoelacanthRegular.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { - font-family: "Now"; - src: url("fonts/NowRegular.woff") format("woff"); + font-family: "Artemisia"; + src: url("fonts/Artemisia.woff") format("woff"); font-weight: normal; font-style: normal; } - diff --git a/assets/css/style.scss b/assets/css/style.scss index 6b30447..09a271b 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -2,10 +2,7 @@ box-sizing: border-box; } html { - /* - font-family: "Now", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; - font-size: x-large; - */ + font-family: "Coelacanth", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: large; } a { @@ -19,19 +16,14 @@ a:visited { } body { - /* - margin: 0; - */ max-width: 1200px; - margin: auto; @media (min-width: 1200px) { + margin: auto; } } header { text-align: center; - @media (min-width: 1200px) { - } h1 { margin-bottom: 0; } diff --git a/static/css/fonts/CoelacanthRegular.woff b/static/css/fonts/CoelacanthRegular.woff new file mode 100644 index 0000000..cff9f6e Binary files /dev/null and b/static/css/fonts/CoelacanthRegular.woff differ diff --git a/static/css/fonts/GrundschriftRegular.woff b/static/css/fonts/GrundschriftRegular.woff deleted file mode 100644 index 8788892..0000000 Binary files a/static/css/fonts/GrundschriftRegular.woff and /dev/null differ diff --git a/static/css/fonts/NowRegular.woff b/static/css/fonts/NowRegular.woff deleted file mode 100644 index cf43956..0000000 Binary files a/static/css/fonts/NowRegular.woff and /dev/null differ