Skip to content

Commit

Permalink
new file: FreshMint-fonts-websafe.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastJava committed May 5, 2024
1 parent 74b9922 commit efeb947
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions FreshMint-fonts-websafe.user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/* ==UserStyle==
@name FreshMint-fonts-websafe
@namespace https://github.com/SebastJava
@version 1.0
@description Linux Mint Forums, standard fonts accross all systems
@author SebastJava (https://raw.githubusercontent.com/SebastJava/FreshMint/main/COPYRIGHT)
@homepageURL https://github.com/SebastJava/FreshMint
@supportURL https://github.com/SebastJava/FreshMint/issues
@updateURL https://raw.githubusercontent.com/SebastJava/FreshMint/main/FreshMint-fonts-websafe.user.css
@license GPL-2.0-or-later
@preprocessor default
==/UserStyle== */

@-moz-document domain("forums.linuxmint.com") {

:not(code, kbd, pre, samp) {
font-family: "Liberation Sans", "Arial", "Helvetica", "Roboto", sans-serif !important;
}
code, kbd, pre, samp {
font-family: "DejaVu Sans Mono", Monaco, "Andale Mono", "Courier New", Courier, monospace !important;
}
body {
line-height: 1.2;
}
.icon, .button .icon, blockquote cite:before, .uncited:before {
font-family: FontAwesome !important;
}
a.header-avatar span:after {
font-family: FontAwesome !important;
}
}

0 comments on commit efeb947

Please sign in to comment.