Merge changes from narduin

This commit is contained in:
Lucas Verney 2019-04-29 21:35:23 +02:00
parent 28d7a67847
commit de32f47c4c
3 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v19-latin-regular.ttf') format('truetype'),
url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ url('../fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
} }
@font-face { @font-face {
font-family: 'Roboto'; font-family: 'Roboto';
src: url('../fonts/roboto-light-webfont.woff2') format('woff2'); src: url('../fonts/roboto-light-webfont.woff2') format('woff2');
@ -31,7 +32,7 @@ body {
font-family: Roboto; font-family: Roboto;
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100vh; min-height: 100vh;
width: 100%; width: 100%;
} }