Under construction page commit.. without framework inclusion

This commit is contained in:
2019-11-23 02:25:42 +05:30
parent c7064b6c05
commit 5563ac3693
26 changed files with 4787 additions and 44 deletions

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;
}