Add Aarohan presentation
This commit is contained in:
parent
b3fdb970e1
commit
380e345f64
104 changed files with 2151 additions and 0 deletions
28
aarohan/lib/fonts/opensans/opensans.css
Normal file
28
aarohan/lib/fonts/opensans/opensans.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: auto;
|
||||
src: url('opensans-regular.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: auto;
|
||||
src: url('opensans-bold.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
font-display: auto;
|
||||
src: url('opensans-italic.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: auto;
|
||||
src: url('opensans-bolditalic.woff') format('woff');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue