mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 18:29:24 +00:00
serve fonts locally
This commit is contained in:
parent
c5ad6bc9b2
commit
1c656c0edf
@ -1 +1,2 @@
|
|||||||
|
@require './vendor/fonts/import.css'
|
||||||
@require './styles/*'
|
@require './styles/*'
|
@ -1,7 +1,3 @@
|
|||||||
@import url('https://fonts.googleapis.com/css?family=Raleway')
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700')
|
|
||||||
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700')
|
|
||||||
|
|
||||||
*
|
*
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
-webkit-overflow-scrolling touch
|
-webkit-overflow-scrolling touch
|
||||||
|
BIN
src/vendor/fonts/Inconsolata-Bold.woff2
vendored
Normal file
BIN
src/vendor/fonts/Inconsolata-Bold.woff2
vendored
Normal file
Binary file not shown.
BIN
src/vendor/fonts/Inconsolata-Regular.woff2
vendored
Normal file
BIN
src/vendor/fonts/Inconsolata-Regular.woff2
vendored
Normal file
Binary file not shown.
BIN
src/vendor/fonts/Merriweather-Regular.woff2
vendored
Normal file
BIN
src/vendor/fonts/Merriweather-Regular.woff2
vendored
Normal file
Binary file not shown.
24
src/vendor/fonts/import.css
vendored
Normal file
24
src/vendor/fonts/import.css
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: 'Inconsolata';
|
||||||
|
src: url('./Inconsolata-Regular.woff2') format('woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Merriweather';
|
||||||
|
src: url('./Merriweather-Regular.woff2') format('woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Inconsolata';
|
||||||
|
src: url('./Inconsolata-Bold.woff2') format('woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user