Material und Hintergruende eingebunden
This commit is contained in:
8
www/lib/robotodraft/sass/_Black.scss
Normal file
8
www/lib/robotodraft/sass/_Black.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* BEGIN Black */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Black");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Black */
|
||||
14
www/lib/robotodraft/sass/_Bold.scss
Normal file
14
www/lib/robotodraft/sass/_Bold.scss
Normal 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 */
|
||||
14
www/lib/robotodraft/sass/_BoldItalic.scss
Normal file
14
www/lib/robotodraft/sass/_BoldItalic.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
/* BEGIN Bold Italic */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "BoldItalic");
|
||||
font-weight: 700;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "BoldItalic");
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Bold Italic */
|
||||
14
www/lib/robotodraft/sass/_Italic.scss
Normal file
14
www/lib/robotodraft/sass/_Italic.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
/* BEGIN Italic */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Italic");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Italic");
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
/* END Italic */
|
||||
8
www/lib/robotodraft/sass/_Light.scss
Normal file
8
www/lib/robotodraft/sass/_Light.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* BEGIN Light */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Light");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Light */
|
||||
8
www/lib/robotodraft/sass/_Medium.scss
Normal file
8
www/lib/robotodraft/sass/_Medium.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* BEGIN Medium */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Medium");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Medium */
|
||||
14
www/lib/robotodraft/sass/_Regular.scss
Normal file
14
www/lib/robotodraft/sass/_Regular.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
/* BEGIN Regular */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Regular");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Regular");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Regular */
|
||||
8
www/lib/robotodraft/sass/_Thin.scss
Normal file
8
www/lib/robotodraft/sass/_Thin.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/* BEGIN Thin */
|
||||
@font-face {
|
||||
font-family: RobotoDraft;
|
||||
@include fontdef-woff($RobotoDraftFontPath, $RobotoDraftFontName, $RobotoDraftFontVersion, "Thin");
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
}
|
||||
/* END Thin */
|
||||
6
www/lib/robotodraft/sass/_mixins.scss
Normal file
6
www/lib/robotodraft/sass/_mixins.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
@mixin fontdef-woff($FontPath, $FontName, $FontVersion:"1.0.0", $FontType:"Regular") {
|
||||
src: url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff2?v=#{$FontVersion}') format('woff2'),
|
||||
url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.woff?v=#{$FontVersion}') format('woff'),
|
||||
url('#{$FontPath}/#{$FontType}/#{$FontName}-#{$FontType}.ttf?v=#{$FontVersion}') format('truetype');
|
||||
}
|
||||
|
||||
3
www/lib/robotodraft/sass/_variables.scss
Normal file
3
www/lib/robotodraft/sass/_variables.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
$RobotoDraftFontPath: "./fonts" !default;
|
||||
$RobotoDraftFontName: "RobotoDraft" !default;
|
||||
$RobotoDraftFontVersion: "1.0.0" !default;
|
||||
12
www/lib/robotodraft/sass/robotodraft.scss
Normal file
12
www/lib/robotodraft/sass/robotodraft.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
@import "Thin";
|
||||
@import "Light";
|
||||
@import "Regular";
|
||||
@import "Italic";
|
||||
@import "Medium";
|
||||
@import "Bold";
|
||||
@import "BoldItalic";
|
||||
@import "Black";
|
||||
|
||||
Reference in New Issue
Block a user