diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:10:26 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:10:26 -0700 |
commit | 19a39814752dba872a2a1ff9544e2ca34bc9a3a0 (patch) | |
tree | 91fbc72d0eee945467fdb260a13e8b5698b832cd /public/stylesheets/fonts.less | |
parent | 1f3f06284193fa6da12629966e0438f5a1f75bf6 (diff) | |
download | gitbook-19a39814752dba872a2a1ff9544e2ca34bc9a3a0.zip gitbook-19a39814752dba872a2a1ff9544e2ca34bc9a3a0.tar.gz gitbook-19a39814752dba872a2a1ff9544e2ca34bc9a3a0.tar.bz2 |
Copy assets to build
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 |