Add Aarohan presentation
This commit is contained in:
parent
b3fdb970e1
commit
380e345f64
104 changed files with 2151 additions and 0 deletions
BIN
aarohan/lib/fonts/overpass/overpass-bold.woff
Normal file
BIN
aarohan/lib/fonts/overpass/overpass-bold.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass/overpass-light.woff
Normal file
BIN
aarohan/lib/fonts/overpass/overpass-light.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass/overpass-regular.woff
Normal file
BIN
aarohan/lib/fonts/overpass/overpass-regular.woff
Normal file
Binary file not shown.
24
aarohan/lib/fonts/overpass/overpass.css
Normal file
24
aarohan/lib/fonts/overpass/overpass.css
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
@font-face {
|
||||
font-family: 'Overpass';
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
font-display: auto;
|
||||
src: url('overpass-bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: auto;
|
||||
src: url('overpass-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: auto;
|
||||
src: url('overpass-light.woff') format('woff');
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue