summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/fonts.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/fonts.less')
-rw-r--r--public/stylesheets/fonts.less17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/stylesheets/fonts.less b/public/stylesheets/fonts.less
new file mode 100644
index 0000000..a88849a
--- /dev/null
+++ b/public/stylesheets/fonts.less
@@ -0,0 +1,17 @@
+@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