Skip to content

Commit

Permalink
Fix server and smartphone icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Jul 13, 2023
1 parent 7247a05 commit f412eb5
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 10 deletions.
6 changes: 5 additions & 1 deletion font/Valkyrie.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions font/Valkyrie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ $Valkyrie-font: "Valkyrie";

@font-face {
font-family: $Valkyrie-font;
src: url("./fonts/Valkyrie.woff?14c50b1495539f530bde3364c50114b2") format("woff"),
url("./fonts/Valkyrie.woff2?14c50b1495539f530bde3364c50114b2") format("woff2");
src: url("./fonts/Valkyrie.woff?242a12e1ab4050c2c5997ded87afa6b7") format("woff"),
url("./fonts/Valkyrie.woff2?242a12e1ab4050c2c5997ded87afa6b7") format("woff2");
}

.vi {
Expand Down Expand Up @@ -323,6 +323,7 @@ $Valkyrie-map: (
"sidebar-right": "\f1fa",
"toggle-off": "\f1fb",
"toggle-on": "\f1fc",
"logo-white": "\f1fd",
);

.vi.vi-a-gum:before {
Expand Down Expand Up @@ -1081,3 +1082,6 @@ $Valkyrie-map: (
.vi.vi-toggle-on:before {
content: map-get($Valkyrie-map, "toggle-on");
}
.vi.vi-logo-white:before {
content: map-get($Valkyrie-map, "logo-white");
}
Binary file modified font/fonts/Valkyrie.woff
Binary file not shown.
Binary file modified font/fonts/Valkyrie.woff2
Binary file not shown.
3 changes: 2 additions & 1 deletion font/valkyrie.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,6 @@
"sidebar-left": 61945,
"sidebar-right": 61946,
"toggle-off": 61947,
"toggle-on": 61948
"toggle-on": 61948,
"logo-white": 61949
}
Binary file added icons/logo-white.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions icons/logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/safari.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/smartphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions src/Valkyrie.ts

Large diffs are not rendered by default.

0 comments on commit f412eb5

Please sign in to comment.