This commit is contained in:
Maxanator 2018-09-16 14:01:11 +02:00
parent 8329920d94
commit 8e021df738
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
position: relative;
overflow: hidden;
h1 {
font-family: descuadrado;
font-family: Gravity-Light;
font-size: 4rem;
}
img {

View file

@ -1,9 +1,9 @@
// Global styling for this template
@font-face {
font-family: 'descuadrado';
src: url('font/descuadrado-webfont.woff2') format('woff2'),
url('font/descuadrado-webfont.woff') format('woff');
font-family: 'Gravity-Light';
src: url('font/Gravity-Light.woff2') format('woff2'),
url('font/Gravity-Light.woff') format('woff');
font-weight: normal;
font-style: normal;