mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Self hosted google fonts
This commit is contained in:
parent
6d82344cb3
commit
e73352bfd9
9
assets/css/google-fonts.css
Normal file
9
assets/css/google-fonts.css
Normal file
@ -0,0 +1,9 @@
|
||||
/* source-code-pro-regular - latin-ext_latin */
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local(''),
|
||||
url('/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('/assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
# Front matter comment to ensure Jekyll properly reads file.
|
||||
---
|
||||
@charset "UTF-8";
|
||||
|
||||
@import "variables-light";
|
||||
@import "bootstrap";
|
||||
@import "base";
|
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff
Normal file
Binary file not shown.
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2
Normal file
BIN
assets/fonts/source-code-pro-v22-latin-ext_latin-regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user