-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new file: FreshMint-fonts-websafe.user.css
- Loading branch information
1 parent
74b9922
commit efeb947
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |