Skip to content

Instantly share code, notes, and snippets.

@Namorzyny
Last active January 17, 2021 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Namorzyny/ab74028eb12283e7688e478a05b36660 to your computer and use it in GitHub Desktop.
Save Namorzyny/ab74028eb12283e7688e478a05b36660 to your computer and use it in GitHub Desktop.
Reset Weibo.com default font family
/* ==UserStyle==
@name Reset Weibo.com default font family
@namespace github.com/Namorzyny
@version 2021.1.17
@author Namorzyny
==/UserStyle== */
@-moz-document domain("weibo.com") {
html {
font-family: sans-serif !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment