Skip to content

Commit

Permalink
Use fonts locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Linerly authored Apr 4, 2024
1 parent 81da64c commit 681d46e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
font-weight: 300;
font-display: fallback;
src: local(''),
url('https://linerly.xyz/fonts/quicksand-v30-latin-300.woff2') format('woff2'),
url('https://linerly.xyz/fonts/quicksand-v30-latin-300.woff') format('woff');
url('/fonts/quicksand-v30-latin-300.woff2') format('woff2'),
url('/fonts/quicksand-v30-latin-300.woff') format('woff');
}

@font-face {
Expand All @@ -14,8 +14,8 @@
font-weight: 400;
font-display: fallback;
src: local(''),
url('https://linerly.xyz/fonts/quicksand-v30-latin-regular.woff2') format('woff2'),
url('https://linerly.xyz/fonts/quicksand-v30-latin-regular.woff') format('woff');
url('/fonts/quicksand-v30-latin-regular.woff2') format('woff2'),
url('/fonts/quicksand-v30-latin-regular.woff') format('woff');
}

@font-face {
Expand All @@ -24,8 +24,8 @@
font-weight: 500;
font-display: fallback;
src: local(''),
url('https://linerly.xyz/fonts/quicksand-v30-latin-500.woff2') format('woff2'),
url('https://linerly.xyz/fonts/quicksand-v30-latin-500.woff') format('woff');
url('/fonts/quicksand-v30-latin-500.woff2') format('woff2'),
url('/fonts/quicksand-v30-latin-500.woff') format('woff');
}

@font-face {
Expand All @@ -34,8 +34,8 @@
font-weight: 600;
font-display: fallback;
src: local(''),
url('https://linerly.xyz/fonts/quicksand-v30-latin-600.woff2') format('woff2'),
url('https://linerly.xyz/fonts/quicksand-v30-latin-600.woff') format('woff');
url('/fonts/quicksand-v30-latin-600.woff2') format('woff2'),
url('/fonts/quicksand-v30-latin-600.woff') format('woff');
}

@font-face {
Expand All @@ -44,8 +44,8 @@
font-weight: 700;
font-display: fallback;
src: local(''),
url('https://linerly.xyz/fonts/quicksand-v30-latin-700.woff2') format('woff2'),
url('https://linerly.xyz/fonts/quicksand-v30-latin-700.woff') format('woff');
url('/fonts/quicksand-v30-latin-700.woff2') format('woff2'),
url('/fonts/quicksand-v30-latin-700.woff') format('woff');
}

:root {
Expand Down

0 comments on commit 681d46e

Please sign in to comment.