Skip to content

The Mediæval Anglish Times by normansmiter

Screenshot of The Mediæval Anglish Times

Details

Authornormansmiter

LicenseNo License

Categorytheanglishtimes

Created

Updated

Size809 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The Anglish Times with Pfeffer Mediæval as font, and other tweaks

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           The Mediæval Anglish Times
@namespace      github.com/openstyles/stylus
@version        0.1.0
@description    The Anglish Times with Pfeffer Mediæval as font, and other tweaks
@author         normansmiter
Font can be installed from http://robert-pfeffer.net/schriftarten/englisch/pfeffer_mediaeval.html
==/UserStyle== */
@-moz-document domain("theanglishtimes.com") {
    img { /*Swaps header colors. Meant for dark themes, so feel free to comment this part out*/
        filter:invert(100%) !important;
    }
    * {
        font-family: 'Pfeffer Mediæval', Pfeffer !important;
    }
    a, span {
        font-size: 125%;
    }
    object {
        width: 1000px;
        height: 83.5%;
    }
    body {
        max-width: 100%!important;
    }
}

Reviews

No reviews yet.