mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(devtools): use Material Symbols without fill (#62028)
Substitute the local `woff2` file with a `FILL 0` version of Material Symbols. PR Close #62028
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
licenses(["notice"])
|
||||
|
||||
# Downloaded from: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0
|
||||
# Timestamp: 05/12/2025
|
||||
# Downloaded from: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0
|
||||
# Timestamp: 06/12/2025
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
filegroup(
|
||||
@@ -9,7 +9,7 @@ filegroup(
|
||||
srcs = [
|
||||
# https://github.com/marella/material-symbols/blob/58064e5e223ccf97fda6846bf98ba88627a0bebe/material-symbols/outlined.css
|
||||
"outlined.css",
|
||||
# https://fonts.gstatic.com/s/materialsymbolsoutlined/v241/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzazHD_dY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2
|
||||
# https://fonts.gstatic.com/s/materialsymbolsoutlined/v251/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOejbd5zrDAt.woff2
|
||||
"material-symbols-outlined.woff2",
|
||||
],
|
||||
visibility = [
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user