Skip to content

Commit

Permalink
refactor: added new functional icons (#285)
Browse files Browse the repository at this point in the history
* refactor: added new icons

* refactor: added new icon font version

* refactor: added new icon font version

* feat: added new icons

* feat: added new icons

* feat: added new icons

* fix: corrected that name

* feat: added icons

* feat: corrected icons

* feat: added new icons

* refactor: aligend the naming

* refactor: aligend the naming

* refactor: moved and added some icons

* refactor: further font updates
  • Loading branch information
mfranzke authored Feb 14, 2023
1 parent 4be962d commit c36cf3b
Show file tree
Hide file tree
Showing 75 changed files with 1,471 additions and 181 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 @@ -7,9 +7,9 @@
@font-face {
font-display: block;
font-family: "missing-icons";
src: url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2095")
src: url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2096")
format("woff2"),
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2095")
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2096")
format("woff");
}

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

unicode-range: unquote($icon-font-unicodes);
Expand Down
Loading

0 comments on commit c36cf3b

Please sign in to comment.