From e041307a6932664ce666a80e341b4bd94d1c263c Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Sun, 18 Feb 2024 17:41:11 +0100 Subject: feat(frontend): refactor components with new features --- resources/src/css/_typography.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources') diff --git a/resources/src/css/_typography.scss b/resources/src/css/_typography.scss index f0cc680..a9e24c1 100644 --- a/resources/src/css/_typography.scss +++ b/resources/src/css/_typography.scss @@ -8,6 +8,11 @@ src: url("../fonts/nunito/Nunito-SemiBold.ttf"); } +@font-face { + font-family: "nunito-bold"; + src: url("../fonts/nunito/Nunito-Bold.ttf"); +} + @font-face { font-family: "roboto-light"; src: url("../fonts/roboto/Roboto-Light.ttf"); -- cgit v1.2.3