Skip to content

Commit

Permalink
path to pressura regular
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewson committed Feb 10, 2025
1 parent aab1ec5 commit e4cd09b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/styles/cdr-fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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"); }

0 comments on commit e4cd09b

Please # to comment.