From 9f5197ba3e528d136ab7389d58f52d84ca01f146 Mon Sep 17 00:00:00 2001 From: Daniel Schramm Date: Thu, 26 Dec 2019 22:17:01 +0100 Subject: [PATCH] Fixed missing font weight. --- static/manrope.css | 6 ++++++ template/landing_page.html | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/static/manrope.css b/static/manrope.css index d9be5db..ea6fb14 100644 --- a/static/manrope.css +++ b/static/manrope.css @@ -12,6 +12,12 @@ font-weight: 700; } +@font-face { + font-family: "Manrope"; + src: url("Manrope-SemiBold.woff2") format("woff2"); + font-style: normal; + font-weight: 600; +} @font-face { font-family: "Manrope"; diff --git a/template/landing_page.html b/template/landing_page.html index ee4a2d5..c12b9d7 100644 --- a/template/landing_page.html +++ b/template/landing_page.html @@ -20,9 +20,9 @@ - - - + + +