summaryrefslogtreecommitdiffstats
path: root/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-24 02:01:54 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-24 02:01:54 +0100
commite9fa05b0a068fde0197ea01f2ff31e2513b7965f (patch)
treebcea53e8c377b330fb5cda1e1cc47e15c147e1d3 /presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css
parent33db20cf1eacb112a71657056e02b984649690d5 (diff)
downloadjenkins.debian.net-e9fa05b0a068fde0197ea01f2ff31e2513b7965f.tar.xz
copied from git.debian.org/git/reproducible/presentations.git / 2016-11-13-MiniDebConfCambridge there, Copyright & thanks to Chris Lamb
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css')
-rw-r--r--presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css
new file mode 100644
index 00000000..0707a4f8
--- /dev/null
+++ b/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css
@@ -0,0 +1,39 @@
+@font-face {
+ font-family: 'Source Sans Pro';
+ src: url('source-sans-pro-regular.eot');
+ src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
+ url('source-sans-pro-regular.woff') format('woff'),
+ url('source-sans-pro-regular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Source Sans Pro';
+ src: url('source-sans-pro-italic.eot');
+ src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
+ url('source-sans-pro-italic.woff') format('woff'),
+ url('source-sans-pro-italic.ttf') format('truetype');
+ font-weight: normal;
+ font-style: italic;
+}
+
+@font-face {
+ font-family: 'Source Sans Pro';
+ src: url('source-sans-pro-semibold.eot');
+ src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
+ url('source-sans-pro-semibold.woff') format('woff'),
+ url('source-sans-pro-semibold.ttf') format('truetype');
+ font-weight: 600;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Source Sans Pro';
+ src: url('source-sans-pro-semibolditalic.eot');
+ src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
+ url('source-sans-pro-semibolditalic.woff') format('woff'),
+ url('source-sans-pro-semibolditalic.ttf') format('truetype');
+ font-weight: 600;
+ font-style: italic;
+} \ No newline at end of file