From 879256c0b6ad4311f3f3177ff3643254f404d5e4 Mon Sep 17 00:00:00 2001 From: benjamin <bwand@c-base.org> Date: Tue, 15 Dec 2020 19:48:03 +0100 Subject: [PATCH] delete lora --- public/styles/style.css | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/public/styles/style.css b/public/styles/style.css index c64c02f..a8714a2 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -29,26 +29,6 @@ font-style: normal; font-display: swap; } -@font-face { - font-family: "Lora-Bold"; - src: url("../fonts/Lora-Bold.eot"); - /* IE9 Compat Modes */ - src: url("../fonts/Lora-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora-Bold.otf") format("opentype"), url("../fonts/Lora-Bold.svg") format("svg"), url("../fonts/Lora-Bold.ttf") format("truetype"), url("../fonts/Lora-Bold.woff") format("woff"), url("../fonts/Lora-Bold.woff2") format("woff2"); - /* Modern Browsers */ - font-weight: normal; - font-style: normal; - font-display: swap; -} -@font-face { - font-family: "Lora-Regular"; - src: url("../fonts/Lora-Regular.eot"); - /* IE9 Compat Modes */ - src: url("../fonts/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora-Regular.otf") format("opentype"), url("../fonts/Lora-Regular.svg") format("svg"), url("../fonts/Lora-Regular.ttf") format("truetype"), url("../fonts/Lora-Regular.woff") format("woff"), url("../fonts/Lora-Regular.woff2") format("woff2"); - /* Modern Browsers */ - font-weight: normal; - font-style: normal; - font-display: swap; -} @font-face { font-family: "AtkinsonHyperlegible-Bold"; src: url("../fonts/Atkinson-Hyperlegible-Bold.eot"); @@ -258,7 +238,7 @@ h2 { } ul { - background: #e2e2e2ff; + background: #e2e2e2; border-width: 3px 0 0 0; border-style: solid; -o-border-image: linear-gradient(to right, #c31fba, #6600ea) 100% 1; @@ -270,7 +250,7 @@ p { } footer { - background-color: #e2e2e2ff; + background-color: #e2e2e2; text-align: center; padding: 1em; } -- GitLab