From cbf9e09408ed1b4f0677a1f30c3626f913e3f619 Mon Sep 17 00:00:00 2001 From: lidia-pmr Date: Wed, 1 May 2019 20:33:48 +0200 Subject: [PATCH] Update 'main.css' --- main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index faca849..a7307c1 100644 --- a/main.css +++ b/main.css @@ -13,6 +13,11 @@ src: url(fonts/courierprime.ttf); } +@font-face { + font-family: tenor; + src: url(fonts/tenor.ttf); +} + * { box-sizing: border-box; } @@ -46,7 +51,7 @@ header{ } header h1{ - font-family:courierprime; + font-family:tenor; font-size:9vw; float:left; width:60%; @@ -733,7 +738,7 @@ header{ } header h1{ - font-size:7vw; + font-size:6vw; margin-bottom:13%; width:77%; float:none;