[qutebrowser] Fix readability font selection

This commit is contained in:
Sebastian Schulze 2022-01-31 21:42:21 +01:00
parent a213613ad5
commit be5e7caebc
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ body.mono-as-fuck /* Slay all other other serif devils. */
font-family: "JetBrains Mono" !important;
}
body.qute-readability * {
font-family: "IBM Plex Serif" !important;
}
body.gl-platform-linux, body.env-production.page-responsive {
div.js-pipeline-graph .gl-text-truncate {
overflow: unset !important;