From 50a5c82aafb57f586a1cf5c4460f4a0dab10a88d Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Mon, 22 Jan 2024 00:30:11 +0100 Subject: chore: add typographies and tweak screen sizes --- resources/src/css/_typography.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/src/css') diff --git a/resources/src/css/_typography.scss b/resources/src/css/_typography.scss index b011e7c..f0cc680 100644 --- a/resources/src/css/_typography.scss +++ b/resources/src/css/_typography.scss @@ -17,3 +17,8 @@ font-family: "roboto-regular"; src: url("../fonts/roboto/Roboto-Regular.ttf"); } + +@font-face { + font-family: "roboto-medium"; + src: url("../fonts/roboto/Roboto-Medium.ttf"); +} -- cgit v1.2.3