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