aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2016-08-13 09:04:30 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-08-13 09:04:30 +0000
commit230628860edf5ff489dd59e299d35c80d1329a5d (patch)
treeff51edcca2435a31c0cc7ee22b70348c74aa118d /apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss
parent1ae0c8d11018ac804be96062c34fcf0d9015ef35 (diff)
parent4ed15bda06c8e9a407c12d527b8224737ba339d5 (diff)
Merge "Initial code import"
Diffstat (limited to 'apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss')
-rw-r--r--apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss b/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss
new file mode 100644
index 0000000..bb457c2
--- /dev/null
+++ b/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss
@@ -0,0 +1,15 @@
+/* FONT PATH
+ * -------------------------- */
+
+@font-face {
+ font-family: 'FontAwesome';
+ src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
+ src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
+ url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
+ url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
+ url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
+ url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
+// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
+ font-weight: normal;
+ font-style: normal;
+}