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');