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/fonts/Abel-Regular.ttf | Bin 0 -> 36400 bytes pyload/web/app/fonts/Abel-Regular.woff | Bin 0 -> 16284 bytes pyload/web/app/index.html | 11 +++-------- pyload/web/app/styles/font.css | 10 +++++++++- 4 files changed, 12 insertions(+), 9 deletions(-) create mode 100755 pyload/web/app/fonts/Abel-Regular.ttf create mode 100644 pyload/web/app/fonts/Abel-Regular.woff (limited to 'pyload/web/app') diff --git a/pyload/web/app/fonts/Abel-Regular.ttf b/pyload/web/app/fonts/Abel-Regular.ttf new file mode 100755 index 000000000..e37beb972 Binary files /dev/null and b/pyload/web/app/fonts/Abel-Regular.ttf differ diff --git a/pyload/web/app/fonts/Abel-Regular.woff b/pyload/web/app/fonts/Abel-Regular.woff new file mode 100644 index 000000000..ab8954389 Binary files /dev/null and b/pyload/web/app/fonts/Abel-Regular.woff differ diff --git a/pyload/web/app/index.html b/pyload/web/app/index.html index 87fd6c612..8e231868f 100644 --- a/pyload/web/app/index.html +++ b/pyload/web/app/index.html @@ -8,16 +8,11 @@ - - - - - + + + - - - 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