From de32f47c4c2a1bc50777cb6433ed693297ccdd94 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Mon, 29 Apr 2019 21:35:23 +0200 Subject: [PATCH] Merge changes from narduin --- homepage/css/style.css | 3 ++- ...o-Bold-webfont.woff => roboto-bold-webfont.woff} | Bin ...Light-webfont.woff => roboto-light-webfont.woff} | Bin 3 files changed, 2 insertions(+), 1 deletion(-) rename homepage/fonts/{Roboto-Bold-webfont.woff => roboto-bold-webfont.woff} (100%) rename homepage/fonts/{Roboto-Light-webfont.woff => roboto-light-webfont.woff} (100%) diff --git a/homepage/css/style.css b/homepage/css/style.css index 9f27e13..8cd7130 100644 --- a/homepage/css/style.css +++ b/homepage/css/style.css @@ -11,6 +11,7 @@ url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ } + @font-face { font-family: 'Roboto'; src: url('../fonts/roboto-light-webfont.woff2') format('woff2'); @@ -31,7 +32,7 @@ body { font-family: Roboto; margin: 0; padding: 0; - height: 100vh; + min-height: 100vh; width: 100%; } diff --git a/homepage/fonts/Roboto-Bold-webfont.woff b/homepage/fonts/roboto-bold-webfont.woff similarity index 100% rename from homepage/fonts/Roboto-Bold-webfont.woff rename to homepage/fonts/roboto-bold-webfont.woff diff --git a/homepage/fonts/Roboto-Light-webfont.woff b/homepage/fonts/roboto-light-webfont.woff similarity index 100% rename from homepage/fonts/Roboto-Light-webfont.woff rename to homepage/fonts/roboto-light-webfont.woff