Created
September 19, 2017 20:05
-
-
Save Blumlaut/18f38b3c38558b8735d028badc807703 to your computer and use it in GitHub Desktop.
remove comic sans from fivem forums
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans); | |
@-moz-document domain("forum.fivem.net") { | |
body{font-family:'Gotham A',sans-serif}.topic-post.group-elements .topic-body{background-color:rgba(0,130,255,0.1)} | |
sourceMappingURL=desktop_theme_9_89a33a44898e01e93107aaf1e6882bafddae16f8.css.map */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment