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/overpass2/overpass2-bold.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-bold.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-bolditalic.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-bolditalic.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-extralight.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-extralight.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-extralightitalic.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-extralightitalic.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-italic.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-italic.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-light.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-light.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-lightitalic.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-lightitalic.woff
Normal file
Binary file not shown.
BIN
aarohan/lib/fonts/overpass2/overpass2-regular.woff
Normal file
BIN
aarohan/lib/fonts/overpass2/overpass2-regular.woff
Normal file
Binary file not shown.
63
aarohan/lib/fonts/overpass2/overpass2.css
Normal file
63
aarohan/lib/fonts/overpass2/overpass2.css
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: auto;
|
||||
src: url('overpass2-bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
font-display: auto;
|
||||
src: url('overpass2-bolditalic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: auto;
|
||||
src: url('overpass2-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
font-display: auto;
|
||||
src: url('overpass2-italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: auto;
|
||||
src: url('overpass2-light.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
font-display: auto;
|
||||
src: url('overpass2-lightitalic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: auto;
|
||||
src: url('overpass2-extralight.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Overpass 2';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
font-display: auto;
|
||||
src: url('overpass2-extralightitalic.woff') format('woff');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue