From 0b9edcdf74ef05dfd2981d25d7b2a646a9ec7c50 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Thu, 23 Feb 2023 09:06:13 +0100 Subject: [PATCH] refactor: added DB Screen Sans Digital Regular to the stack of files that are possible to get referenced --- .../00-base/type/_fonts.variables.scss | 31 +++++++++---------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/source/_patterns/00-base/type/_fonts.variables.scss b/source/_patterns/00-base/type/_fonts.variables.scss index ba72bac87b..882dba9c28 100644 --- a/source/_patterns/00-base/type/_fonts.variables.scss +++ b/source/_patterns/00-base/type/_fonts.variables.scss @@ -25,22 +25,21 @@ $font-families: ( "font-style": normal, "font-local": true ), - // "DB Screen Sans Digital Regular": ( - // "font-family": "DB Screen Sans Digital Regular", - // "font-filename": "dbscreensans-digitalregular", - // // normal font weight - // "font-weight": 400, - // "font-style": normal - // ), - "DB Screen Sans Regular": - ( - "font-family": "DB Screen Sans", - "font-filename": "dbscreensans-regular", - // normal font weight - "font-weight": 400, - "font-style": normal, - "font-local": true - ), + "DB Screen Sans Digital Regular": ( + "font-family": "DB Screen Sans Digital Regular", + "font-filename": "dbscreensans-digitalregular", + // normal font weight + "font-weight": 400, + "font-style": normal + ), + "DB Screen Sans Regular": ( + "font-family": "DB Screen Sans", + "font-filename": "dbscreensans-regular", + // normal font weight + "font-weight": 400, + "font-style": normal, + "font-local": true + ), "DB Screen Sans Medium": ( "font-family": "DB Screen Sans", "font-filename": "dbscreensans-medium",