diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-24 16:59:48 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-24 16:59:48 -0400 |
| commit | 3e8b34be2fdeccf16c8b46f1ee518f970853768d (patch) | |
| tree | abcb7d0cb260790a2b4a746e3959f2e7ee3a33f7 /app/dispatch/static/materialize/sass/components/_roboto.scss | |
| parent | 4ee5893fd9c82228c62306fc7f5babdfc602e4c4 (diff) | |
| download | dispatch-tracker-3e8b34be2fdeccf16c8b46f1ee518f970853768d.tar.gz dispatch-tracker-3e8b34be2fdeccf16c8b46f1ee518f970853768d.tar.xz | |
Adding in materialize source and templates
Diffstat (limited to 'app/dispatch/static/materialize/sass/components/_roboto.scss')
| -rw-r--r-- | app/dispatch/static/materialize/sass/components/_roboto.scss | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/app/dispatch/static/materialize/sass/components/_roboto.scss b/app/dispatch/static/materialize/sass/components/_roboto.scss new file mode 100644 index 0000000..a4ec3cb --- /dev/null +++ b/app/dispatch/static/materialize/sass/components/_roboto.scss @@ -0,0 +1,39 @@ +@font-face {
+ font-family: "Roboto";
+ src: local(Roboto Thin),
+ url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),
+ url("#{$roboto-font-path}Roboto-Thin.woff") format("woff");
+
+ font-weight: 100;
+}
+@font-face {
+ font-family: "Roboto";
+ src: local(Roboto Light),
+ url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),
+ url("#{$roboto-font-path}Roboto-Light.woff") format("woff");
+ font-weight: 300;
+}
+
+@font-face {
+ font-family: "Roboto";
+ src: local(Roboto Regular),
+ url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),
+ url("#{$roboto-font-path}Roboto-Regular.woff") format("woff");
+ font-weight: 400;
+}
+
+@font-face {
+ font-family: "Roboto";
+ src: local(Roboto Medium),
+ url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),
+ url("#{$roboto-font-path}Roboto-Medium.woff") format("woff");
+ font-weight: 500;
+}
+
+@font-face {
+ font-family: "Roboto";
+ src: local(Roboto Bold),
+ url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),
+ url("#{$roboto-font-path}Roboto-Bold.woff") format("woff");
+ font-weight: 700;
+}
|
