Initial commit of V2.

This commit is contained in:
Michael Teeuw
2016-03-24 17:19:32 +01:00
parent c428d6a985
commit 4266c0b279
235 changed files with 31730 additions and 246 deletions

48
fonts/robot.css Normal file
View File

@@ -0,0 +1,48 @@
@font-face {
font-family: 'robotoregular';
src: url('roboto_regular/Roboto-Regular-webfont.eot');
src: url('roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('roboto_regular/Roboto-Regular-webfont.woff') format('woff'),
url('roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'),
url('roboto_regular/Roboto-Regular-webfont.svg#robotoregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotomedium';
src: url('roboto_medium/Roboto-Medium-webfont.eot');
src: url('roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
url('roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
url('roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
url('roboto_medium/Roboto-Medium-webfont.svg#robotomedium') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url('roboto_bold/Roboto-Bold-webfont.eot');
src: url('roboto_bold/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('roboto_bold/Roboto-Bold-webfont.woff') format('woff'),
url('roboto_bold/Roboto-Bold-webfont.ttf') format('truetype'),
url('roboto_bold/Roboto-Bold-webfont.svg#robotobold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotolight';
src: url('roboto_light/Roboto-Light-webfont.eot');
src: url('roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('roboto_light/Roboto-Light-webfont.woff') format('woff'),
url('roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
url('roboto_light/Roboto-Light-webfont.svg#robotolight') format('svg');
font-weight: normal;
font-style: normal;
}