Skip to content

Commit

Permalink
feat(font): auto-update font from remote cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 10, 2022
1 parent 56c43fe commit 18a2435
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 5 deletions.
Binary file modified dist/fonts/MaterialIcons-Regular.eot
Binary file not shown.
10 changes: 10 additions & 0 deletions dist/fonts/MaterialIcons-Regular.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"1k": "E95C",
"19mp": "E95B",
"18mp": "E95A",
"18_up_rating": "F8FD",
"17mp": "E959",
"16mp": "E958",
"15mp": "E957",
Expand Down Expand Up @@ -228,6 +229,8 @@
"browser_not_supported": "EF47",
"browse_gallery": "EBD1",
"broken_image": "E3AD",
"broadcast_on_personal": "F8F9",
"broadcast_on_home": "F8F8",
"brightness_medium": "E1AE",
"brightness_low": "E1AD",
"brightness_high": "E1AC",
Expand Down Expand Up @@ -594,6 +597,7 @@
"desktop_windows": "E30C",
"desktop_mac": "E30B",
"desktop_access_disabled": "E99D",
"desk": "F8F4",
"design_services": "F10A",
"deselect": "EBB6",
"description": "E873",
Expand Down Expand Up @@ -1056,6 +1060,7 @@
"logo_dev": "EAD6",
"login": "EA77",
"lock_reset": "EADE",
"lock_person": "F8F3",
"lock_outline": "E899",
"lock_open": "E898",
"lock_clock": "EF57",
Expand Down Expand Up @@ -1294,6 +1299,7 @@
"no_crash": "EBF0",
"no_cell": "F1A4",
"no_backpack": "F237",
"no_adult_content": "F8FE",
"no_accounts": "F03E",
"nights_stay": "EA46",
"nightlight_round": "EF5E",
Expand Down Expand Up @@ -2127,6 +2133,9 @@
"wifi_2_bar": "E4D9",
"wifi_1_bar": "E4CA",
"wifi": "E63E",
"width_wide": "F8F7",
"width_normal": "F8F6",
"width_full": "F8F5",
"widgets": "E1BD",
"where_to_vote": "E177",
"wheelchair_pickup": "F1AB",
Expand Down Expand Up @@ -2166,6 +2175,7 @@
"wallet_travel": "E8F8",
"wallet_membership": "E8F7",
"wallet_giftcard": "E8F6",
"wallet": "F8FF",
"youtube_searched_for": "E8FA",
"yard": "F089",
"zoom_out_map": "E56B",
Expand Down
Binary file modified dist/fonts/MaterialIcons-Regular.ttf
Binary file not shown.
Binary file modified dist/fonts/MaterialIcons-Regular.woff
Binary file not shown.
Binary file modified dist/fonts/MaterialIcons-Regular.woff2
Binary file not shown.
20 changes: 20 additions & 0 deletions dist/material-design-icons.css

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

2 changes: 1 addition & 1 deletion dist/material-design-icons.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/material-design-icons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/material-design-icons.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"sha256-file": "^1.0.0",
"sort-keys": "^4.0.0"
}
}
}
10 changes: 10 additions & 0 deletions src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $material-icons-codepoints: map-merge((
"15mp": e957,
"16mp": e958,
"17mp": e959,
"18_up_rating": f8fd,
"18mp": e95a,
"19mp": e95b,
"1k": e95c,
Expand Down Expand Up @@ -305,6 +306,8 @@ $material-icons-codepoints: map-merge((
"brightness_high": e1ac,
"brightness_low": e1ad,
"brightness_medium": e1ae,
"broadcast_on_home": f8f8,
"broadcast_on_personal": f8f9,
"broken_image": e3ad,
"browse_gallery": ebd1,
"browser_not_supported": ef47,
Expand Down Expand Up @@ -527,6 +530,7 @@ $material-icons-codepoints: map-merge((
"description": e873,
"deselect": ebb6,
"design_services": f10a,
"desk": f8f4,
"desktop_access_disabled": e99d,
"desktop_mac": e30b,
"desktop_windows": e30c,
Expand Down Expand Up @@ -1128,6 +1132,7 @@ $material-icons-codepoints: map-merge((
"lock_clock": ef57,
"lock_open": e898,
"lock_outline": e899,
"lock_person": f8f3,
"lock_reset": eade,
"login": ea77,
"logo_dev": ead6,
Expand Down Expand Up @@ -1285,6 +1290,7 @@ $material-icons-codepoints: map-merge((
"nightlight_round": ef5e,
"nights_stay": ea46,
"no_accounts": f03e,
"no_adult_content": f8fe,
"no_backpack": f237,
"no_cell": f1a4,
"no_crash": ebf0,
Expand Down Expand Up @@ -2096,6 +2102,7 @@ $material-icons-codepoints: map-merge((
"vpn_key_off": eb7a,
"vpn_lock": e62f,
"vrpano": f082,
"wallet": f8ff,
"wallet_giftcard": e8f6,
"wallet_membership": e8f7,
"wallet_travel": e8f8,
Expand Down Expand Up @@ -2135,6 +2142,9 @@ $material-icons-codepoints: map-merge((
"wheelchair_pickup": f1ab,
"where_to_vote": e177,
"widgets": e1bd,
"width_full": f8f5,
"width_normal": f8f6,
"width_wide": f8f7,
"wifi": e63e,
"wifi_1_bar": e4ca,
"wifi_2_bar": e4d9,
Expand Down

0 comments on commit 18a2435

Please sign in to comment.