From 043da40a10ada22a9e57a9641bac2270058e7058 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Wed, 24 Feb 2016 15:19:53 +0100 Subject: Remove unused font and stylesheetgit s --- web-ui/app/fonts/NewsCycleBold.ttf | Bin 73912 -> 0 bytes web-ui/app/fonts/NewsCycleRegular.ttf | Bin 193996 -> 0 bytes web-ui/app/index.html | 11 ++++------- web-ui/app/scss/news-cycle.scss | 13 ------------- 4 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 web-ui/app/fonts/NewsCycleBold.ttf delete mode 100644 web-ui/app/fonts/NewsCycleRegular.ttf delete mode 100644 web-ui/app/scss/news-cycle.scss (limited to 'web-ui') diff --git a/web-ui/app/fonts/NewsCycleBold.ttf b/web-ui/app/fonts/NewsCycleBold.ttf deleted file mode 100644 index 8265217f..00000000 Binary files a/web-ui/app/fonts/NewsCycleBold.ttf and /dev/null differ diff --git a/web-ui/app/fonts/NewsCycleRegular.ttf b/web-ui/app/fonts/NewsCycleRegular.ttf deleted file mode 100644 index 9fbfd346..00000000 Binary files a/web-ui/app/fonts/NewsCycleRegular.ttf and /dev/null differ diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 9ffeee82..2d35662c 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -1,9 +1,7 @@ - + $account_email - Pixelated Mail @@ -12,7 +10,6 @@ - @@ -30,14 +27,14 @@ - - - diff --git a/web-ui/app/scss/news-cycle.scss b/web-ui/app/scss/news-cycle.scss deleted file mode 100644 index ecca383c..00000000 --- a/web-ui/app/scss/news-cycle.scss +++ /dev/null @@ -1,13 +0,0 @@ -@font-face { - font-family: 'News Cycle'; - src: url('assets/fonts/NewsCycleRegular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'News Cycle'; - src: url('assets/fonts/NewsCycleBold.ttf') format('truetype'); - font-weight: bold; - font-style: normal; -} -- cgit v1.2.3