Skip to content
Snippets Groups Projects
Commit de491d18 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

index.css: Fixed font links

parent 684836ea
No related branches found
No related tags found
Loading
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 100; font-weight: 100;
src: url('/fonts/inter/inter-v13-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-200 - latin_latin-ext */ /* inter-200 - latin_latin-ext */
@font-face { @font-face {
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 200; font-weight: 200;
src: url('/fonts/inter/inter-v13-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-300 - latin_latin-ext */ /* inter-300 - latin_latin-ext */
@font-face { @font-face {
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
src: url('/fonts/inter/inter-v13-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-regular - latin_latin-ext */ /* inter-regular - latin_latin-ext */
@font-face { @font-face {
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('/fonts/inter/inter-v13-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-500 - latin_latin-ext */ /* inter-500 - latin_latin-ext */
@font-face { @font-face {
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
src: url('/fonts/inter/inter-v13-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-600 - latin_latin-ext */ /* inter-600 - latin_latin-ext */
@font-face { @font-face {
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
src: url('/fonts/inter/inter-v13-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-700 - latin_latin-ext */ /* inter-700 - latin_latin-ext */
@font-face { @font-face {
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
src: url('/fonts/inter/inter-v13-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-800 - latin_latin-ext */ /* inter-800 - latin_latin-ext */
@font-face { @font-face {
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 800; font-weight: 800;
src: url('/fonts/inter/inter-v13-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
/* inter-900 - latin_latin-ext */ /* inter-900 - latin_latin-ext */
@font-face { @font-face {
...@@ -87,5 +87,5 @@ ...@@ -87,5 +87,5 @@
font-family: 'Inter'; font-family: 'Inter';
font-style: normal; font-style: normal;
font-weight: 900; font-weight: 900;
src: url('/fonts/inter/inter-v13-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ src: url('./../public/fonts/inter/inter-v13-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment