diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-30 21:24:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-30 21:24:36 +0100 |
commit | fa33733fc6e8050631e6e09202ca92047c98697d (patch) | |
tree | 96143574df7e31d259328144114aaf3243136649 /userContent/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css | |
parent | f794313de062993754e7274ccd5061ab0109bb3b (diff) | |
download | jenkins.debian.net-fa33733fc6e8050631e6e09202ca92047c98697d.tar.xz |
presenation: move to userContent/ so it becomes visible
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css')
-rw-r--r-- | userContent/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/userContent/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css b/userContent/presentations/2016-11-30-Profitbricks/lib/font/source-sans-pro/source-sans-pro.css new file mode 100644 index 00000000..0707a4f8 --- /dev/null +++ b/userContent/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 |