From fd11ed199c7ac88fd33e300812ea9faf2d70e088 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 11 Jun 2013 23:33:12 +0200 Subject: working build-script, needs some improvements --- pyload/web/app/styles/font.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pyload/web/app/styles') diff --git a/pyload/web/app/styles/font.css b/pyload/web/app/styles/font.css index ee117d43b..fa2de514b 100644 --- a/pyload/web/app/styles/font.css +++ b/pyload/web/app/styles/font.css @@ -34,4 +34,12 @@ url('../fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg'); font-weight: normal; font-style: normal; -} \ No newline at end of file +} + +@font-face { + font-family: 'Abel'; + font-style: normal; + font-weight: 400; + src: local('Abel'), local('Abel-Regular'), url(../fonts/Abel-Regular.woff) format('woff'); + src: url(../fonts/Abel-Regular.ttf) format('truetype'); +} -- cgit v1.2.3