Skip to content

Commit

Permalink
Update to match design guidelines, rename circle-user to circle-person
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Dec 19, 2022
1 parent fb642af commit 0c52c4e
Show file tree
Hide file tree
Showing 56 changed files with 122 additions and 108 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.

2 changes: 1 addition & 1 deletion font/Valkyrie.css.map

Large diffs are not rendered by default.

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?9409655408951d15d143ed5b23b27369") format("woff"),
url("./fonts/Valkyrie.woff2?9409655408951d15d143ed5b23b27369") format("woff2");
src: url("./fonts/Valkyrie.woff?20efa6f4cc3e512f669bdd8367583c53") format("woff"),
url("./fonts/Valkyrie.woff2?20efa6f4cc3e512f669bdd8367583c53") format("woff2");
}

.vi {
Expand Down Expand Up @@ -296,6 +296,7 @@ $Valkyrie-map: (
"xmark": "\f1df",
"music-pause": "\f1e0",
"list-checks-xmark": "\f1e1",
"circle-person": "\f1e2",
);

.vi.vi-a-gum:before {
Expand Down Expand Up @@ -973,3 +974,6 @@ $Valkyrie-map: (
.vi.vi-list-checks-xmark:before {
content: map-get($Valkyrie-map, "list-checks-xmark");
}
.vi.vi-circle-person:before {
content: map-get($Valkyrie-map, "circle-person");
}
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 @@ -223,5 +223,6 @@
"window": 61918,
"xmark": 61919,
"music-pause": 61920,
"list-checks-xmark": 61921
"list-checks-xmark": 61921,
"circle-person": 61922
}
2 changes: 1 addition & 1 deletion icons/address-book.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/arrow-left-from-bracket.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/blf.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/calendar-stars.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/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion icons/city.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/codeblock.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/compass.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/compress.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/copy.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/devices.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/envelope.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/ethernet.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/expand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0c52c4e

Please sign in to comment.