From e4cd09bf05de0a99c05a7634fca3e40cc3ecb25a Mon Sep 17 00:00:00 2001 From: Michael Hewson Date: Mon, 10 Feb 2025 11:35:08 -0800 Subject: [PATCH] path to pressura regular --- src/styles/cdr-fonts.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/styles/cdr-fonts.scss b/src/styles/cdr-fonts.scss index 4211f5e7d..6d84a4a53 100644 --- a/src/styles/cdr-fonts.scss +++ b/src/styles/cdr-fonts.scss @@ -36,14 +36,14 @@ font-style: italic; src: url("//www.rei.com/satchel/media/font-optimized/Graphik/GraphikWebItalic-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Graphik/GraphikWebItalic-VF-Web-Subset.woff2") format("woff2"); } -@font-face { - font-display: swap; - font-family: Pressura; - font-weight: 400; - src: url("path/to/gt-pressura-mono-regular.woff2") format("woff2"), url("path/to/gt-pressura-mono-regular.woff") format("woff"); } - -@font-face { - font-display: swap; - font-family: Pressura; - font-weight: 700; - src: url("//www.rei.com/satchel/media/font/Pressura/gt-pressura-mono-bold.woff2") format("woff2"), url("//www.rei.com/satchel/media/font/Pressura/gt-pressura-mono-bold.woff") format("woff"); } + @font-face { + font-display: swap; + font-family: Pressura; + font-weight: 400; /* Regular weight */ + src: url("//www.rei.com/satchel/media/font/Pressura/gt-pressura-mono-regular.woff2") format("woff2"), url("//www.rei.com/satchel/media/font/Pressura/gt-pressura-mono-regular.woff") format("woff"); } + + @font-face { + font-display: swap; + font-family: Pressura; + font-weight: 700; + src: url("//www.rei.com/satchel/media/font/Pressura/gt-pressura-mono-bold.woff2") format("woff2"), url("//www.rei.com/satchel/media/font/Pressura/gt-pressura-mono-bold.woff") format("woff"); } \ No newline at end of file