Merge dev/fluorine work across to master
[unimgr.git] / dlux / cpeui / cpeui-module / src / main / resources / cpeui / fonts / source-sans-pro.css
diff --git a/dlux/cpeui/cpeui-module/src/main/resources/cpeui/fonts/source-sans-pro.css b/dlux/cpeui/cpeui-module/src/main/resources/cpeui/fonts/source-sans-pro.css
deleted file mode 100644 (file)
index bc13bc9..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-@font-face {
-  font-family: 'Source Sans Pro';
-  font-style: normal;
-  font-weight: 300;
-  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(source-sans-pro-light.ttf) format('truetype');
-}
-@font-face {
-  font-family: 'Source Sans Pro';
-  font-style: normal;
-  font-weight: 400;
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(source-sans-pro.ttf) format('truetype');
-}
-@font-face {
-  font-family: 'Source Sans Pro';
-  font-style: normal;
-  font-weight: 700;
-  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(source-sans-pro-bold.ttf) format('truetype');
-}
-@font-face {
-  font-family: 'Source Sans Pro';
-  font-style: italic;
-  font-weight: 400;
-  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(source-sans-pro-italic.ttf) format('truetype');
-}