From 1a409ad774fd01fe514767f69093cc4e953e7a27 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 13 Sep 2016 00:34:19 -0700 Subject: [PATCH] Added lighter font --- frontend/styles/fonts.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frontend/styles/fonts.css b/frontend/styles/fonts.css index cb4186354..427c3a539 100644 --- a/frontend/styles/fonts.css +++ b/frontend/styles/fonts.css @@ -12,6 +12,20 @@ font-style: normal; } +@font-face { + font-family: 'Atlas Grotesk'; + src: url('../fonts/atlas/AtlasGrotesk-Light-Web.woff') format('woff'); + font-weight: lighter; + font-style: normal; +} + +@font-face { + font-family: 'Atlas Grotesk'; + src: url('../fonts/atlas/AtlasGrotesk-LightItalic-Web.woff') format('woff'); + font-weight: lighter; + font-style: italic; +} + @font-face { font-family: 'Atlas Grotesk'; src: url('../fonts/atlas/AtlasGrotesk-RegularItalic-Web.woff') format('woff');