From 8ff1315ccb4be1a0c7a2751616235a32cb971f45 Mon Sep 17 00:00:00 2001 From: shakao <34112083+shakao@users.noreply.github.com> Date: Thu, 10 Nov 2022 08:30:58 -0800 Subject: [PATCH] Add Degular Semibold font file to CSS (#348) --- src/styles/_design-system.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/_design-system.scss b/src/styles/_design-system.scss index 045b4209..b77c0b18 100644 --- a/src/styles/_design-system.scss +++ b/src/styles/_design-system.scss @@ -12,6 +12,14 @@ url("../fonts/Degular-Medium.woff") format("woff"); } +@font-face { + font-family: "Degular"; + font-weight: 600; + font-style: normal; + src: url("../fonts/Degular-Semibold.woff2") format("woff2"), + url("../fonts/Degular-Semibold.woff") format("woff"); +} + @font-face { font-family: "Degular Display"; font-weight: normal;