first commit

This commit is contained in:
Olu Amey
2021-10-09 21:59:14 -04:00
commit 2e1a4017c3
6336 changed files with 864678 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
/*OpenSans Font*/
@font-face {
font-family: 'Asap';
src: url('Asap-Regular.otf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Asap';
src: url('Asap-Bold.otf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Asap';
src: url('Asap-Italic.otf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Asap';
src: url('Asap-BoldItalic.otf') format('truetype');
font-weight: bold;
font-style: italic;
}