about summary refs log tree commit diff
path: root/app/assets/stylesheets/fonts/roboto.scss
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-26 23:02:48 +0100
committerGitHub <noreply@github.com>2017-01-26 23:02:48 +0100
commitf7aef16668230e13995812a80c67b6717b29404b (patch)
tree08b6a6f2024fbde294c309765ece796ed80e2c3d /app/assets/stylesheets/fonts/roboto.scss
parent6ba302b725c53645bc20591c63fa21aa465dbcf0 (diff)
parent55fa8e61e2c43658de8d4352530c36cdcffc977f (diff)
Merge pull request #548 from PurpleBooth/make-fonts-local
Move the fonts from Google Fonts to local assets
Diffstat (limited to 'app/assets/stylesheets/fonts/roboto.scss')
-rw-r--r--app/assets/stylesheets/fonts/roboto.scss144
1 files changed, 144 insertions, 0 deletions
diff --git a/app/assets/stylesheets/fonts/roboto.scss b/app/assets/stylesheets/fonts/roboto.scss
new file mode 100644
index 000000000..aa91efe6d
--- /dev/null
+++ b/app/assets/stylesheets/fonts/roboto.scss
@@ -0,0 +1,144 @@
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-lightitalic-webfont.eot');
+	src: font-url('roboto/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
+        font-url('roboto/roboto-lightitalic-webfont.woff2') format('woff2'),
+        font-url('roboto/roboto-lightitalic-webfont.woff') format('woff'),
+		font-url('roboto/roboto-lightitalic-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-lightitalic-webfont.svg#roboto-lightitalic-webfont') format('svg');
+	font-weight: 300;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-italic-webfont.eot');
+	src: font-url('roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-italic-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-italic-webfont.woff') format('woff'),
+		font-url('roboto/roboto-italic-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-italic-webfont.svg#roboto-italic-webfont') format('svg');
+	font-weight: normal;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-bold-webfont.eot');
+	src: local('Roboto bold'), local('roboto-bold'),
+		font-url('roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-bold-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-bold-webfont.woff') format('woff'),
+		font-url('roboto/roboto-bold-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
+	font-weight: bold;
+	font-style: normal;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-medium-webfont.eot');
+	src: font-url('roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-medium-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-medium-webfont.woff') format('woff'),
+		font-url('roboto/roboto-medium-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
+	font-weight: 500;
+	font-style: normal;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-thin-webfont.eot');
+	src: font-url('roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-thin-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-thin-webfont.woff') format('woff'),
+		font-url('roboto/roboto-thin-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-thin-webfont.svg#roboto-thin-webfont') format('svg');
+	font-weight: 100;
+	font-style: normal;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-regular-webfont.eot');
+	src: font-url('roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-regular-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-regular-webfont.woff') format('woff'),
+		font-url('roboto/roboto-regular-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
+	font-weight: normal;
+	font-style: normal;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-mediumitalic-webfont.eot');
+	src: font-url('roboto/roboto-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-mediumitalic-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-mediumitalic-webfont.woff') format('woff'),
+		font-url('roboto/roboto-mediumitalic-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-mediumitalic-webfont.svg#roboto-mediumitalic-webfont') format('svg');
+	font-weight: 500;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-bolditalic-webfont.eot');
+	src: font-url('roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-bolditalic-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-bolditalic-webfont.woff') format('woff'),
+		font-url('roboto/roboto-bolditalic-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-bolditalic-webfont.svg#roboto-bolditalic-webfont') format('svg');
+	font-weight: bold;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-light-webfont.eot');
+	src: font-url('roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-light-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-light-webfont.woff') format('woff'),
+		font-url('roboto/roboto-light-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-light-webfont.svg#roboto-light-webfont') format('svg');
+	font-weight: 300;
+	font-style: normal;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-thinitalic-webfont.eot');
+	src: font-url('roboto/roboto-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-thinitalic-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-thinitalic-webfont.woff') format('woff'),
+		font-url('roboto/roboto-thinitalic-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-thinitalic-webfont.svg#roboto-thinitalic-webfont') format('svg');
+	font-weight: 100;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-blackitalic-webfont.eot');
+	src: font-url('roboto/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-blackitalic-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-blackitalic-webfont.woff') format('woff'),
+		font-url('roboto/roboto-blackitalic-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-blackitalic-webfont.svg#roboto-blackitalic-webfont') format('svg');
+	font-weight: 900;
+	font-style: italic;
+}
+
+@font-face {
+	font-family: 'Roboto';
+	src: font-url('roboto/roboto-black-webfont.eot');
+	src: font-url('roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
+		font-url('roboto/roboto-black-webfont.woff2') format('woff2'),
+		font-url('roboto/roboto-black-webfont.woff') format('woff'),
+		font-url('roboto/roboto-black-webfont.ttf') format('truetype'),
+		font-url('roboto/roboto-black-webfont.svg#roboto-black-webfont') format('svg');
+	font-weight: 900;
+	font-style: normal;
+}