sync
[bootswatch] / MDB Free / sass / mdb / free / _roboto.scss
diff --git a/MDB Free/sass/mdb/free/_roboto.scss b/MDB Free/sass/mdb/free/_roboto.scss
new file mode 100644 (file)
index 0000000..aac0230
--- /dev/null
@@ -0,0 +1,51 @@
+// ROBOTO FONT\r
+\r
+@font-face {\r
+    font-family: "Roboto";\r
+    src: local(Roboto Thin), url('#{$roboto-font-path}Roboto-Thin.eot');\r
+    src: url("#{$roboto-font-path}Roboto-Thin.eot?#iefix") format('embedded-opentype'),\r
+        url("#{$roboto-font-path}Roboto-Thin.woff2") format("woff2"),\r
+        url("#{$roboto-font-path}Roboto-Thin.woff") format("woff"),\r
+        url("#{$roboto-font-path}Roboto-Thin.ttf") format("truetype");\r
+\r
+    font-weight: 200;\r
+} \r
+@font-face {\r
+    font-family: "Roboto";\r
+    src: local(Roboto Light), url('#{$roboto-font-path}Roboto-Light.eot');\r
+    src: url("#{$roboto-font-path}Roboto-Light.eot?#iefix") format('embedded-opentype'),\r
+        url("#{$roboto-font-path}Roboto-Light.woff2") format("woff2"),\r
+        url("#{$roboto-font-path}Roboto-Light.woff") format("woff"),\r
+        url("#{$roboto-font-path}Roboto-Light.ttf") format("truetype");\r
+    font-weight: 300;\r
+}\r
+\r
+@font-face {\r
+    font-family: "Roboto";\r
+    src: local(Roboto Regular), url('#{$roboto-font-path}Roboto-Regular.eot');\r
+    src: url("#{$roboto-font-path}Roboto-Regular.eot?#iefix") format('embedded-opentype'),\r
+        url("#{$roboto-font-path}Roboto-Regular.woff2") format("woff2"),\r
+        url("#{$roboto-font-path}Roboto-Regular.woff") format("woff"),\r
+        url("#{$roboto-font-path}Roboto-Regular.ttf") format("truetype");\r
+    font-weight: 400;\r
+}\r
+\r
+@font-face {\r
+    font-family: "Roboto";\r
+    src: url('#{$roboto-font-path}Roboto-Medium.eot');\r
+    src: url("#{$roboto-font-path}Roboto-Medium.eot?#iefix") format('embedded-opentype'),\r
+        url("#{$roboto-font-path}Roboto-Medium.woff2") format("woff2"),\r
+        url("#{$roboto-font-path}Roboto-Medium.woff") format("woff"),\r
+        url("#{$roboto-font-path}Roboto-Medium.ttf") format("truetype");\r
+    font-weight: 500;\r
+}\r
+\r
+@font-face {\r
+    font-family: "Roboto";\r
+    src: url('#{$roboto-font-path}Roboto-Bold.eot');\r
+    src: url("#{$roboto-font-path}Roboto-Bold.eot?#iefix") format('embedded-opentype'),\r
+        url("#{$roboto-font-path}Roboto-Bold.woff2") format("woff2"),\r
+        url("#{$roboto-font-path}Roboto-Bold.woff") format("woff"),\r
+        url("#{$roboto-font-path}Roboto-Bold.ttf") format("truetype");\r
+    font-weight: 700;\r
+}\r