summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rw-r--r--theme/stylesheets/fonts.less17
1 files changed, 4 insertions, 13 deletions
diff --git a/theme/stylesheets/fonts.less b/theme/stylesheets/fonts.less
index a88849a..395f155 100644
--- a/theme/stylesheets/fonts.less
+++ b/theme/stylesheets/fonts.less
@@ -1,17 +1,8 @@
@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');
+ src: url('@{FontPath}/opensans/OpenSans-Regular.ttf'),
+ url('@{FontPath}/opensans/OpenSans-Regular.woff'),
+ 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');
-} \ No newline at end of file