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.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/web-ui/app/scss/news-cycle.scss b/web-ui/app/scss/news-cycle.scss
new file mode 100644
index 00000000..8f813996
--- /dev/null
+++ b/web-ui/app/scss/news-cycle.scss
@@ -0,0 +1,13 @@
+@font-face {
+ font-family: 'News Cycle';
+ src: url('/fonts/NewsCycleRegular.ttf') format('truetype');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'News Cycle';
+ src: url('/fonts/NewsCycleBold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
+}