From e6c6a4f5531579ab68c1ed913a2795dc58cd0517 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:37:41 +0200 Subject: Defined the other types of Argon Glow --- src/Style/style.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 4 deletions(-) (limited to 'src/Style') diff --git a/src/Style/style.css b/src/Style/style.css index 24f6e56..cd7f2df 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -35,10 +35,59 @@ } @font-face { - font-family: 'Argon Glow'; - src: url('./fonts/argonGlow/ArgonGlow-Medium.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Thin.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Thin.ttf') format('truetype'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-ExtraLight.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-ExtraLight.ttf') format('truetype'); + font-weight: 200; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Light.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Light.ttf') format('truetype'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Regular.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Regular.ttf') format('truetype'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Medium.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Medium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-SemiBold.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-SemiBold.ttf') format('truetype'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Bold.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Bold.ttf') format('truetype'); + font-weight: 700; + font-style: normal; } /* Make canvas sit behind everything */ -- cgit v1.2.3