mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
WIP: add inter font locally
This commit is contained in:
BIN
public/fonts/inter-v2-latin-ext_latin-500.woff
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-500.woff
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-500.woff2
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-500.woff2
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-600.woff
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-600.woff
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-600.woff2
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-600.woff2
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-900.woff
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-900.woff
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-900.woff2
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-900.woff2
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-regular.woff
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-regular.woff
Normal file
Binary file not shown.
BIN
public/fonts/inter-v2-latin-ext_latin-regular.woff2
Normal file
BIN
public/fonts/inter-v2-latin-ext_latin-regular.woff2
Normal file
Binary file not shown.
@@ -1,7 +1,43 @@
|
|||||||
@import "vars";
|
@import "vars";
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;900&display=swap');
|
/* generated by https://google-webfonts-helper.herokuapp.com/ */
|
||||||
|
/* inter-regular - latin-ext_latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local(''),
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
/* inter-500 - latin-ext_latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 500;
|
||||||
|
src: local(''),
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
/* inter-600 - latin-ext_latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
src: local(''),
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
/* inter-900 - latin-ext_latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inter';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 900;
|
||||||
|
src: local(''),
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||||
|
url('/fonts/inter-v2-latin-ext_latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: $light;
|
background-color: $light;
|
||||||
|
|||||||
Reference in New Issue
Block a user