Skip to content

Hypernotes 12/11/2022, 4:24:44 PM by csbartus

Details

Authorcsbartus

LicenseNo License

Categoryhttps://hypernotes.zenkit.com

Created

Updated

Size767 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Add Inter font to Hypernotes

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           12/11/2022, 4:24:44 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://hypernotes.zenkit.com/") {
    /* Insert code here... */
    body {
        font-family: sans-serif
    }
    zenkit-outline-view__row h1,
    .zenkit-outline-view__row h2,
    .zenkit-outline-view__row h3,
    .zenkit-outline-view__row h4,
    .zenkit-outline-view__row h5 {
        margin-top: 20px;
    }
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-weight: bold;
    }
}

Reviews

No reviews yet.