Initial commit

This commit is contained in:
2021-08-14 17:24:14 +00:00
commit 680ac7d9c4
4 changed files with 70 additions and 0 deletions
Binary file not shown.
+9
View File
@@ -0,0 +1,9 @@
/* Taken from fonts.googleapis.com/css?family=Source+Sans+Pro:400 */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(./source-sans-pro-regular.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}