Skip to content

Commit

Permalink
refactor: updated icon fonts url (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 28, 2023
1 parent 2713de4 commit 64d2981
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions source/_patterns/00-base/icons/_icons.font-faces.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
font-display: block;
font-family: "missing-icons";
src:
url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2096")
url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2097")
format("woff2"),
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2096")
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2097")
format("woff");
}

Expand All @@ -27,9 +27,9 @@
font-style: normal;
font-weight: normal;
src:
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2096")
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2097")
format("woff2"),
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2096")
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2097")
format("woff");

unicode-range: unquote($icon-font-unicodes);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
font-style: normal;
font-weight: normal;
src:
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2096")
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff2?4r2097")
format("woff2"),
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2096")
url("#{$icons-path}functional/fonts/#{$icon-font-family}.woff?4r2097")
format("woff");
}
}
Expand All @@ -29,9 +29,9 @@
font-style: normal;
font-weight: normal;
src:
url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2096")
url("#{$icons-path}functional/fonts/#{$icon-style}.woff2?4r2097")
format("woff2"),
url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2096")
url("#{$icons-path}functional/fonts/#{$icon-style}.woff?4r2097")
format("woff");
}
}
Expand Down

0 comments on commit 64d2981

Please sign in to comment.