mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2026-05-22 11:15:26 +00:00
serve fonts locally
This commit is contained in:
@@ -1 +1,2 @@
|
||||
@require './vendor/fonts/import.css'
|
||||
@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
|
||||
-webkit-overflow-scrolling touch
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+24
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user