Skip to content

Instantly share code, notes, and snippets.

@Blumlaut
Created September 19, 2017 20:05
Show Gist options
  • Save Blumlaut/18f38b3c38558b8735d028badc807703 to your computer and use it in GitHub Desktop.
Save Blumlaut/18f38b3c38558b8735d028badc807703 to your computer and use it in GitHub Desktop.
remove comic sans from fivem forums
@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