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