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
jossef committed Jan 13, 2022
1 parent cad23c8 commit 63477e2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
Binary file modified dist/fonts/MaterialIcons-Regular.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions dist/fonts/MaterialIcons-Regular.json
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@
"line_style": "E919",
"line_axis": "EA9A",
"lightbulb_outline": "E90F",
"lightbulb_circle": "EBFE",
"lightbulb": "E0F0",
"light_mode": "E518",
"light": "F02A",
Expand Down Expand Up @@ -1327,6 +1328,7 @@
"opacity": "E91C",
"online_prediction": "F0EB",
"ondemand_video": "E63A",
"on_device_training": "EBFD",
"offline_share": "E9C5",
"offline_pin": "E90A",
"offline_bolt": "E932",
Expand Down Expand Up @@ -1561,6 +1563,7 @@
"repeat": "E040",
"reorder": "E8FE",
"remove_shopping_cart": "E928",
"remove_road": "EBFC",
"remove_red_eye": "E417",
"remove_moderator": "E9D4",
"remove_from_queue": "E067",
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.
6 changes: 6 additions & 0 deletions dist/material-design-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2145,6 +2145,8 @@
content: "\e518"; }
.material-icons.lightbulb:before {
content: "\e0f0"; }
.material-icons.lightbulb_circle:before {
content: "\ebfe"; }
.material-icons.lightbulb_outline:before {
content: "\e90f"; }
.material-icons.line_axis:before {
Expand Down Expand Up @@ -2657,6 +2659,8 @@
content: "\e90a"; }
.material-icons.offline_share:before {
content: "\e9c5"; }
.material-icons.on_device_training:before {
content: "\ebfd"; }
.material-icons.ondemand_video:before {
content: "\e63a"; }
.material-icons.online_prediction:before {
Expand Down Expand Up @@ -3117,6 +3121,8 @@
content: "\e9d4"; }
.material-icons.remove_red_eye:before {
content: "\e417"; }
.material-icons.remove_road:before {
content: "\ebfc"; }
.material-icons.remove_shopping_cart:before {
content: "\e928"; }
.material-icons.reorder:before {
Expand Down
3 changes: 3 additions & 0 deletions src/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@ $material-icons-codepoints: map-merge((
"light": f02a,
"light_mode": e518,
"lightbulb": e0f0,
"lightbulb_circle": ebfe,
"lightbulb_outline": e90f,
"line_axis": ea9a,
"line_style": e919,
Expand Down Expand Up @@ -1314,6 +1315,7 @@ $material-icons-codepoints: map-merge((
"offline_bolt": e932,
"offline_pin": e90a,
"offline_share": e9c5,
"on_device_training": ebfd,
"ondemand_video": e63a,
"online_prediction": f0eb,
"opacity": e91c,
Expand Down Expand Up @@ -1544,6 +1546,7 @@ $material-icons-codepoints: map-merge((
"remove_from_queue": e067,
"remove_moderator": e9d4,
"remove_red_eye": e417,
"remove_road": ebfc,
"remove_shopping_cart": e928,
"reorder": e8fe,
"repeat": e040,
Expand Down

0 comments on commit 63477e2

Please sign in to comment.