diff options
Diffstat (limited to 'public/stylesheets/fonts.less')
-rw-r--r-- | public/stylesheets/fonts.less | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/public/stylesheets/fonts.less b/public/stylesheets/fonts.less deleted file mode 100644 index a88849a..0000000 --- a/public/stylesheets/fonts.less +++ /dev/null @@ -1,17 +0,0 @@ -@font-face -{ - font-family: 'appNormal'; - src: url('@{FontPath}/helvetica/normal.ttf'), - url('@{FontPath}/helvetica/normal.woff'), - url('@{FontPath}/helvetica/normal.eot'), - url('@{FontPath}/helvetica/normal.svg'); -} - -@font-face -{ - font-family: 'appLight'; - src: url('@{FontPath}/helvetica/ultralight.ttf'), - url('@{FontPath}/helvetica/ultralight.woff'), - url('@{FontPath}/helvetica/ultralight.eot'), - url('@{FontPath}/helvetica/ultralight.svg'); -}
\ No newline at end of file |