mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00: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:
parent
1b97c60835
commit
bd4e089018
2 changed files with 3 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue