Material und Hintergruende eingebunden

This commit is contained in:
Hilmer, Carsten
2016-08-12 13:40:39 +02:00
parent 7a6a74acf2
commit 30a5df79aa
145 changed files with 14553 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
/* BEGIN Bold */
@font-face {
font-family: RobotoDraft;
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Bold");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: RobotoDraft;
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Bold");
font-weight: bold;
font-style: normal;
}
/* END Bold */