From cb54fd96478cb2d914f7005253a153dc0d37f8a5 Mon Sep 17 00:00:00 2001 From: Christian Hoffmeister Date: Thu, 1 Aug 2013 19:09:40 +0200 Subject: [PATCH] Add fontface css style file --- roboto-fontface.css | 131 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 roboto-fontface.css diff --git a/roboto-fontface.css b/roboto-fontface.css new file mode 100644 index 0000000..afb347f --- /dev/null +++ b/roboto-fontface.css @@ -0,0 +1,131 @@ +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-Thin.eot'); + src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-Thin.woff') format('woff'), + url('fonts/Roboto-Thin.ttf') format('truetype'), + url('fonts/Roboto-Thin.svg#Roboto') format('svg'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-ThinItalic.eot'); + src: url('fonts/Roboto-ThinItalic.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-ThinItalic.woff') format('woff'), + url('fonts/Roboto-ThinItalic.ttf') format('truetype'), + url('fonts/Roboto-ThinItalic.svg#Roboto') format('svg'); + font-weight: 100; + font-style: italic; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-Light.eot'); + src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-Light.woff') format('woff'), + url('fonts/Roboto-Light.ttf') format('truetype'), + url('fonts/Roboto-Light.svg#Roboto') format('svg'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-LightItalic.eot'); + src: url('fonts/Roboto-LightItalic.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-LightItalic.woff') format('woff'), + url('fonts/Roboto-LightItalic.ttf') format('truetype'), + url('fonts/Roboto-LightItalic.svg#Roboto') format('svg'); + font-weight: 300; + font-style: italic; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-Regular.eot'); + src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-Regular.woff') format('woff'), + url('fonts/Roboto-Regular.ttf') format('truetype'), + url('fonts/Roboto-Regular.svg#Roboto') format('svg'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-RegularItalic.eot'); + src: url('fonts/Roboto-RegularItalic.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-RegularItalic.woff') format('woff'), + url('fonts/Roboto-RegularItalic.ttf') format('truetype'), + url('fonts/Roboto-RegularItalic.svg#Roboto') format('svg'); + font-weight: 400; + font-style: italic; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-Medium.eot'); + src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-Medium.woff') format('woff'), + url('fonts/Roboto-Medium.ttf') format('truetype'), + url('fonts/Roboto-Medium.svg#Roboto') format('svg'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-MediumItalic.eot'); + src: url('fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-MediumItalic.woff') format('woff'), + url('fonts/Roboto-MediumItalic.ttf') format('truetype'), + url('fonts/Roboto-MediumItalic.svg#Roboto') format('svg'); + font-weight: 500; + font-style: italic; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-Bold.eot'); + src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-Bold.woff') format('woff'), + url('fonts/Roboto-Bold.ttf') format('truetype'), + url('fonts/Roboto-Bold.svg#Roboto') format('svg'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-BoldItalic.eot'); + src: url('fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-BoldItalic.woff') format('woff'), + url('fonts/Roboto-BoldItalic.ttf') format('truetype'), + url('fonts/Roboto-BoldItalic.svg#Roboto') format('svg'); + font-weight: 700; + font-style: italic; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-Black.eot'); + src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-Black.woff') format('woff'), + url('fonts/Roboto-Black.ttf') format('truetype'), + url('fonts/Roboto-Black.svg#Roboto') format('svg'); + font-weight: 900; + font-style: normal; +} + +@font-face { + font-family: 'Roboto'; + src: url('fonts/Roboto-BlackItalic.eot'); + src: url('fonts/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'), + url('fonts/Roboto-BlackItalic.woff') format('woff'), + url('fonts/Roboto-BlackItalic.ttf') format('truetype'), + url('fonts/Roboto-BlackItalic.svg#Roboto') format('svg'); + font-weight: 900; + font-style: italic; +}