Added font folder

This commit is contained in:
g 2020-09-15 20:13:02 +02:00
commit 7b1f9ec477
15 changed files with 1346 additions and 16 deletions

13
fonts/stylesheet 2.css Executable file
View 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;
}