diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 0d4dbb533588bc9da1a8052ceee6d9f181170ade..9b6b5ae629f7310716712039fae877628678db46 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -1,31 +1,31 @@ /*************************** /** Fonts ***************************/ -$font-face { +@font-face { font-family: 'Lato'; src: url(../fonts/Lato/Lato-Regular.ttf); font-weight: normal; font-style: normal; } -$font-face { +@font-face { font-family: 'Lato'; src: url(../fonts/Lato/Lato-Light.ttf); font-weight: 300; font-style: normal; } -$font-face { +@font-face { font-family: 'Lato'; src: url(../fonts/Lato/Lato-Bold.ttf); font-weight: bold; font-style: normal; } -$font-face { +@font-face { font-family: 'Lekton'; src: url(../fonts/Lekton/Lekton-Regular.ttf); font-weight: normal; font-style: normal; } -$font-face { +@font-face { font-family: 'Lekton'; src: url(../fonts/Lekton/Lekton-Bold.ttf); font-weight: bold;