From 04cf441c5ae18400c6b4865b0b37a71718dc9d46 Mon Sep 17 00:00:00 2001 From: Ola Bini Date: Thu, 31 Jul 2014 19:29:33 -0300 Subject: Add web-ui based on previous code --- web-ui/app/scss/news-cycle.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web-ui/app/scss/news-cycle.scss (limited to 'web-ui/app/scss/news-cycle.scss') 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; +} -- cgit v1.2.3