Skip to content

Commit

Permalink
me when i update vivaldi css
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed Oct 25, 2024
1 parent 4ff2b98 commit 99d9b34
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vivaldi/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,13 @@
}

#browser.linux #tabs-container {
font-family: system-ui, 'Noto Sans', Cantarell, sans-serif;
/* font-family: system-ui, 'Noto Sans', Cantarell, sans-serif; */
/* font-family: "Lexica Ultralegible", "Atkinson Hyperlegible", Helvetica, Arial, sans-serif; */
font-family: "Lexica Ultralegible", "Atkinson Hyperlegible", system-ui, 'Noto Sans', Cantarell, Helvetica, Arial, sans-serif;
font-size: 100%;
font-weight: 400;
font-variant-numeric: slashed-zero;
font-variant-ligatures: no-common-ligatures;
}
/* #browser.linux,
#browser.linux ~ div,
Expand All @@ -132,4 +138,4 @@
#browser.linux select,
#browser.linux textarea {
font-family: system-ui, "Noto Sans", "Cantarell", sans-serif;
} */
} */

0 comments on commit 99d9b34

Please sign in to comment.