Added font folder
This commit is contained in:
parent
b5fb3036ca
commit
7b1f9ec477
15 changed files with 1346 additions and 16 deletions
13
fonts/stylesheet 2.css
Executable file
13
fonts/stylesheet 2.css
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
@font-face {
|
||||
font-family: 'robotoregular';
|
||||
src: url('Roboto-Regular-webfont.eot');
|
||||
src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('Roboto-Regular-webfont.woff2') format('woff2'),
|
||||
url('Roboto-Regular-webfont.woff') format('woff'),
|
||||
url('Roboto-Regular-webfont.ttf') format('truetype'),
|
||||
url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue