Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
poposnail61 committed Mar 1, 2023
1 parent ea0ba97 commit 2e30f5a
Show file tree
Hide file tree
Showing 44 changed files with 402 additions and 761 deletions.
Binary file modified fonts/static/MinIcon-RoundBlack.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundBold.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundExtraBold.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundExtraLight.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundLight.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundMedium.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundRegular.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundSemiBold.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-RoundThin.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareBlack.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareBold.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareExtraBold.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareExtraLight.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareLight.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareMedium.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareRegular.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareSemiBold.otf
Binary file not shown.
Binary file modified fonts/static/MinIcon-SquareThin.otf
Binary file not shown.
Binary file added fonts/static/MinIconBrand-Brand.otf
Binary file not shown.
Binary file modified fonts/variable/MinIconVF.ttf
Binary file not shown.
1,151 changes: 392 additions & 759 deletions web/css/icon.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion web/css/minicon-round.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
font-family: "Min Icon VF";
src: url("../fonts/variable/MinIconVF.woff2") format("woff2");
}
@font-face {
font-family: "Min Icon Brand";
src: url("../fonts/static/MinIconBrand.woff2") format("woff2");
}

i {
font-family: "Min Icon VF" !important;
font-family: "Min Icon VF", "Min Icon Brand" !important;
font-size: 24px;
font-weight: 700;
line-height: 1;
Expand Down
6 changes: 5 additions & 1 deletion web/css/minicon-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
font-family: "Min Icon VF";
src: url("../fonts/variable/MinIconVF.woff2") format("woff2");
}
@font-face {
font-family: "Min Icon Brand";
src: url("../fonts/static/MinIconBrand.woff2") format("woff2");
}

i {
font-family: "Min Icon VF" !important;
font-family: "Min Icon VF", "Min Icon Brand" !important;
font-size: 24px;
font-weight: 700;
line-height: 1;
Expand Down
Binary file modified web/fonts/static/MinIcon-RoundBlack.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundBold.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundExtraBold.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundExtraLight.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundLight.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundMedium.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundRegular.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundSemiBold.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-RoundThin.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareBlack.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareBold.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareExtraBold.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareExtraLight.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareLight.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareMedium.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareRegular.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareSemiBold.woff2
Binary file not shown.
Binary file modified web/fonts/static/MinIcon-SquareThin.woff2
Binary file not shown.
Binary file added web/fonts/static/MinIconBrand-Brand.woff2
Binary file not shown.
Binary file added web/fonts/variable/MinIconVF.ttf
Binary file not shown.
Binary file modified web/fonts/variable/MinIconVF.woff2
Binary file not shown.

0 comments on commit 2e30f5a

Please sign in to comment.