Under construction page commit.. without framework inclusion
This commit is contained in:
30
public/fonts/asap/stylesheet.css
Normal file
30
public/fonts/asap/stylesheet.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user