This commit is contained in:
CK 2020-08-19 22:32:55 -04:00 committed by GitHub
parent c586e9f022
commit 1d0b6c42d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,21 +8,21 @@
font-family: 'Russo One';
font-style: normal;
font-weight: 400;
src: url('/fonts/RussoOne.ttf');
src: url('./fonts/RussoOne.ttf');
}
/* bungee-inline-regular - latin */
@font-face {
font-family: 'Bungee Inline';
font-style: normal;
font-weight: 400;
src: url('/fonts/BungeeInline.ttf');
src: url('./fonts/BungeeInline.ttf');
}
/* open-sans-regular - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('/fonts/OpenSans-Regular.ttf');
src: url('./fonts/OpenSans-Regular.ttf');
}
/* ----------------------------------------- */
/* Sheet Styles */