summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-02-24 15:19:53 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-02-24 15:22:34 +0100
commit043da40a10ada22a9e57a9641bac2270058e7058 (patch)
treece6c973f0d7040db03f3fecb9ac29f71a4b6c6d4 /web-ui/app/scss
parent9fce2308df6ac2d64d4afcaff5e61af21774d89a (diff)
Remove unused font and stylesheetgit s
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/news-cycle.scss13
1 files changed, 0 insertions, 13 deletions
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;
-}