diff --git a/static/style.css b/static/style.css index d7ad23f..ad2e949 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,28 @@ +@font-face { + font-family: "Lora"; + src: url("/static/fonts/Lora-Regular.otf"); + font-weight: normal; + font-style: normal; +} +@font-face { + font-family: "Lora"; + src: url("/static/fonts/Lora-Bold.otf"); + font-weight: bold; + font-style: normal; +} +@font-face { + font-family: "Lora"; + src: url("/static/fonts/Lora-Italic.otf"); + font-weight: normal; + font-style: italic; +} +@font-face { + font-family: "Lora"; + src: url("/static/fonts/Lora-BoldItalic.otf"); + font-weight: bold; + font-style: italic; +} + :root { /* --clr-link: #7cafc2; */ /* --clr-link: #4ab4ab; */ @@ -247,7 +272,7 @@ table.music th:nth-child(3) { } .longform__content { margin: 64px 0 0; - font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; + font-family: 'Lora', Georgia, Times, serif; font-size: 1.2em; line-height: 1.8em; color: var(--clr-text-long);