Skip to content

Commit

Permalink
Merge 1732369 into a028d1c
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Mar 1, 2023
2 parents a028d1c + 1732369 commit 1c9dfec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bundles/org.openhab.ui/web/src/css/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
url(../fonts/MaterialIcons-Regular.woff) format('woff');
font-display: swap;
}
.material-icons {
font-family: 'Material Icons';
Expand All @@ -32,9 +32,9 @@
font-family: 'Framework7 Icons';
font-style: normal;
font-weight: 400;
src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
url("../fonts/Framework7Icons-Regular.woff") format("woff"),
url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
src: url(../fonts/Framework7Icons-Regular.woff2) format('woff2'),
url(../fonts/Framework7Icons-Regular.woff) format('woff');
font-display: swap;
}
.f7-icons {
font-family: 'Framework7 Icons';
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified bundles/org.openhab.ui/web/src/fonts/MaterialIcons-Regular.woff
Binary file not shown.
Binary file modified bundles/org.openhab.ui/web/src/fonts/MaterialIcons-Regular.woff2
Binary file not shown.

0 comments on commit 1c9dfec

Please sign in to comment.