summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/news-cycle.scss
diff options
context:
space:
mode:
authorDuda Dornelles <dudassdornelles@gmail.com>2015-01-21 18:12:25 -0200
committerPixpoa pairing <pixpoapairing@pixelated-project.org>2015-01-21 18:12:25 -0200
commit8abb94a88e40fde249b562a841a5b0398582717e (patch)
treec2cc4c7a00e80fb85423cd3a0b7a25c076a710c4 /web-ui/app/scss/news-cycle.scss
parent8310db57c7f1829497ebadddff65682392a60a27 (diff)
#224 App is working without klein - migration to twisted "complete"
Diffstat (limited to 'web-ui/app/scss/news-cycle.scss')
-rw-r--r--web-ui/app/scss/news-cycle.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/scss/news-cycle.scss b/web-ui/app/scss/news-cycle.scss
index 8f813996..ecca383c 100644
--- a/web-ui/app/scss/news-cycle.scss
+++ b/web-ui/app/scss/news-cycle.scss
@@ -1,13 +1,13 @@
@font-face {
font-family: 'News Cycle';
- src: url('/fonts/NewsCycleRegular.ttf') format('truetype');
+ src: url('assets/fonts/NewsCycleRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'News Cycle';
- src: url('/fonts/NewsCycleBold.ttf') format('truetype');
+ src: url('assets/fonts/NewsCycleBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}