diff --git a/css/font/Gravity-Light.woff b/css/font/Gravity-Light.woff new file mode 100644 index 0000000..80cedf7 Binary files /dev/null and b/css/font/Gravity-Light.woff differ diff --git a/css/font/Gravity-Light.woff2 b/css/font/Gravity-Light.woff2 new file mode 100644 index 0000000..dc1c890 Binary files /dev/null and b/css/font/Gravity-Light.woff2 differ diff --git a/index.html b/index.html index 0fc21b5..cec3387 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@ -
+
diff --git a/scss/_about.scss b/scss/_about.scss index c735b4e..5feb205 100644 --- a/scss/_about.scss +++ b/scss/_about.scss @@ -3,7 +3,7 @@ position: relative; overflow: hidden; h1 { - font-family: descuadrado; + font-family: Gravity-Light; font-size: 4rem; } img { diff --git a/scss/_global.scss b/scss/_global.scss index a6402b5..9c07d57 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -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;