From ec1e990102f7f2a6a4f7cc2beb420deb352d59a0 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Tue, 21 Dec 2021 17:39:00 +0100
Subject: [PATCH] Error scss

---
 static/src/scss/style.scss | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss
index 0d4dbb5..9b6b5ae 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;
-- 
GitLab