Add the FILL variation to the Material Symbols

This commit is contained in:
Timothée Jaussoin 2023-12-19 15:09:28 +00:00
parent 76430cc5af
commit 63002e5c2c
3 changed files with 8 additions and 4 deletions

View file

@ -208,7 +208,7 @@ form div.checkbox {
form div.search:after,
form div.select:after {
font-family: 'Material Icons Outlined';
font-family: 'Material Symbols Outlined';
content: "\e5cf";
display: block;
font-size: 2.5rem;

View file

@ -285,13 +285,13 @@ header nav a#menu {
header nav a#menu:after {
display: block;
font-family: 'Material Icons Outlined';
font-family: 'Material Symbols Outlined';
content: "\e5d2";
font-size: 3rem;
}
body.show_menu header nav a#menu:after {
font-family: 'Material Icons'
font-family: 'Material Symbols Outlined'
header nav a#logo {
position: absolute;
@ -432,6 +432,10 @@ content>nav a.current {
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
content>nav a.current i {
font-variation-settings: 'FILL' 1;
}
content>nav a i {
margin: 0 1rem;
margin-left: 2rem;
@ -641,7 +645,7 @@ table tr.empty td {
table tr.empty td:before {
content: '\e5c9';
font-family: 'Material Icons Outlined';
font-family: 'Material Symbols Outlined';
font-size: 8rem;
color: var(--second-4);
display: block;