summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/news-cycle.scss
diff options
context:
space:
mode:
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;
}