Self hosted google fonts

This commit is contained in:
NebulaOnion 2022-12-29 14:57:25 +00:00
parent 6d82344cb3
commit e73352bfd9
No known key found for this signature in database
GPG Key ID: B23A333C69C01FA4
4 changed files with 9 additions and 8 deletions

View 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+ */
}

View File

@ -1,8 +0,0 @@
---
# Front matter comment to ensure Jekyll properly reads file.
---
@charset "UTF-8";
@import "variables-light";
@import "bootstrap";
@import "base";