Skip to content

Audit - 5 - Font-family by FACILiti

Screenshot of Audit - 5 - Font-family

Details

AuthorFACILiti

LicenseNo License

Category.

Created

Updated

Size549 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change font-family.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Audit - 5 - Font-family
@version        1.0.0
@description    Change font-family
@namespace    ?
==/UserStyle== */

html:not([stylus-iframe]) body,
html:not([stylus-iframe]) body *:not(.fa, .fas, .far, .fal, .fad, .fab, [class*="fa-"], [class*="icon-"])
{
    text-shadow: none !important;
    font-family: Comic Sans MS, Comic Sans, Patrick Hand, sans-serif !important;
}

/* Line-height 1.5 */
html:not([stylus-iframe]) body,
html:not([stylus-iframe]) body *
{
    line-height: 1.5 !important;
}

Reviews

No reviews yet.