Sets the fonts on the site to their old defaults
Leviathan Myth - Old Font by werewire
Details
Authorwerewire
LicenseCC-BY-NC-4.0
Categoryleviathan-myth.com
Created
Updated
Size384 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Leviathan Myth - Old Font
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Sets the fonts on the site to their old defaults
@author Me
==/UserStyle== */
@-moz-document domain("leviathan-myth.com") {
body {
font-family: 'Open Sans', sans-serif;
}
div, td {
font-family: Verdana;
}
}