Skip to content

Instantly share code, notes, and snippets.

@ddurst
Last active January 21, 2020 16:09
Show Gist options
  • Save ddurst/ef7a8854e93f52705c57775a720159c5 to your computer and use it in GitHub Desktop.
Save ddurst/ef7a8854e93f52705c57775a720159c5 to your computer and use it in GitHub Desktop.
Stylus style to make gdocs and gdrive look better
@-moz-document domain("drive.google.com") {
* {
font-family: Helvetica, Arial, sans-serif !important;
}
}
@-moz-document domain("docs.google.com") {
#docs-title-widget,
.left-sidebar-container,
.navigation-widget-hat-title {
font-family: Helvetica, Arial, sans-serif !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment