Skip to content

refactoring.guru by tranquangphuc

Details

Authortranquangphuc

LicenseNo License

Categoryuserstyles, font-family

Created

Updated

Size424 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use default sans-serif font for article's sections

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         refactoring.guru
@version      20220629.05.50
@namespace    userstyles.world/user/tranquangphuc
@description  Use default sans-serif font for article's sections
@author       tranquangphuc
@license      No License
==/UserStyle== */
@-moz-document domain("refactoring.guru") {
    article .section {
        font-family: sans-serif;
        font-size: 16px;
        line-height: 1.5rem;
    }
}

Reviews

No reviews yet.