1
0

document changes for material icons css file

This commit is contained in:
Adrian Wannenmacher 2026-03-11 00:18:00 +01:00
parent 5317ebee8a
commit eba9ea0ced
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
2 changed files with 14 additions and 2 deletions

View File

@ -179,8 +179,18 @@ consists of `vendored/normalize-8.0.1.css`. This is it's license:
### Material Icons ### Material Icons
The **material icons** are, as their name suggests, icons, which are used in place of text. They The **material icons** are, as their name suggests, icons, which are used in place of text. They
consist of the files `vendored/material-icons.css` and `vendored/material-icons.ttf`. This is their consist of the files `vendored/material-icons.css` and `vendored/material-icons.ttf`.
license:
The former of those has been modified. Originally it was as provided by upstream, except for the
location of the font file. It has since been modified more. Those changes can easily be viewed via
[`git log vendored/material-icons.css`][mi-log] and
[`git blame vendored/material-icons.css`][mi-blame]. A link to a web rendering of both has been
provided for convenience.
[mi-log]: https://git.tfld.dev/tfld/watterblock/commits/branch/main/vendored/material-icons.css
[mi-blame]: https://git.tfld.dev/tfld/watterblock/blame/branch/main/vendored/material-icons.css
This is the license:
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004

View File

@ -1,3 +1,5 @@
/* This file has been modified specifically for the watterblock. */
@font-face { @font-face {
font-display: swap; font-display: swap;
font-family: 'Material Symbols Outlined'; font-family: 'Material Symbols Outlined';