base template files

This commit is contained in:
Arjun Patel
2018-07-05 21:59:10 -07:00
parent 5dc7fcfafb
commit a228030d9b
48 changed files with 6707 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
@font-face {
font-family: 'open_sansitalic';
font-weight: normal;
font-style: normal;
src:url('opensans-italic.woff2') format('woff2');
}
@font-face {
font-family: 'open_sanslight';
font-weight: normal;
font-style: normal;
src:url('opensans-light.woff2') format('woff2');
}
@font-face {
font-family: 'open_sanslight_italic';
font-weight: normal;
font-style: normal;
src:url('opensans-lightitalic.woff2') format('woff2');
}
@font-face {
font-family: 'open_sansregular';
font-weight: normal;
font-style: normal;
src:url('opensans-regular.woff2') format('woff2');
}
@font-face {
font-family: 'open_sanssemibold';
font-weight: normal;
font-style: normal;
src:url('opensans-semibold.woff2') format('woff2');
}