Skip to content

Google Un-Arial by hute37

Screenshot of Google Un-Arial

Details

Authorhute37

LicenseNo License

Categorygoogle

Created

Updated

Code size1.6 kB

Code checksum125a894

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

revert Arial font to generic sans-serif on google sites

Notes

Google Maps excluded for iconic font support

Source code

/* ==UserStyle==
@name           Google Un-Arial  0.3
@namespace      USO Archive
@author         Giovanni Pelosi
@description    `Remove ugly "Arial" from Google pages (http/https), resetting to browser "Sans-serif" font.I like "Cambria/Candara/Consolas" font triple.todo:  - adjust widget fonts  - style must be extended to support gadgetsChanges:  0.2: reset to main www.google.com (http/https) url match 0.1.1 -  added support to Calendar gadget iframe`
@version        20120704.5.31
@license        CC0-1.0
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);


@-moz-document  regexp("https?://www\.google\.[^/]+/(?!(maps/)).*") 
{

body { font-family: sans-serif ! important; }

td,div,span { font-family: sans-serif ! important; }

p, h1, h2, h3, h4  { font-family: sans-serif ! important; }

a  { font-family: sans-serif ! important; }
input  { font-family: sans-serif ! important; }


.modbox { font-family: sans-serif ! important; }
.mc { font-family: sans-serif ! important; }

.mttl, .medit { font-family: sans-serif ! important; }
.mmlib_table, .mmlib_xlink  { font-family: sans-serif ! important; }

h2.modtitle, font, div, .mttli, a.mttli { font-family: sans-serif ! important; }

.newsmod18, .rbroundbox { font-family: sans-serif ! important; }

}
@-moz-document url-prefix(http://www.google.com/calendar/gadget) {

body { font-family: sans-serif ! important; }

td,div,span { font-family: sans-serif ! important; }

p, h1, h2, h3, h4  { font-family: sans-serif ! important; }

.eventChip, .eventCell, .dateDescription , .ac-renderer { font-family: sans-serif ! important; }

}

Reviews

No reviews yet.