diff options
author | Oliver Hoffmann <oliverh855@gmail.com> | 2014-04-09 11:09:31 +0200 |
---|---|---|
committer | Oliver Hoffmann <oliverh855@gmail.com> | 2014-04-09 11:09:31 +0200 |
commit | 241ad7cb0e7cdebac7f6dbde5d9644a4875284bb (patch) | |
tree | 1e1513960c3687aca87cf165ad34e1ef23c49454 | |
parent | 0171c32996f5a1d0febf65151b33859ac69a1a03 (diff) | |
download | gitbook-241ad7cb0e7cdebac7f6dbde5d9644a4875284bb.zip gitbook-241ad7cb0e7cdebac7f6dbde5d9644a4875284bb.tar.gz gitbook-241ad7cb0e7cdebac7f6dbde5d9644a4875284bb.tar.bz2 |
Removes unused font-family appLight
-rw-r--r-- | theme/stylesheets/fonts.less | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/theme/stylesheets/fonts.less b/theme/stylesheets/fonts.less index 36286a1..395f155 100644 --- a/theme/stylesheets/fonts.less +++ b/theme/stylesheets/fonts.less @@ -6,12 +6,3 @@ url('@{FontPath}/opensans/OpenSans-Regular.eot'), url('@{FontPath}/opensans/OpenSans-Regular.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'); -} |