Change the font of writtenrealms.com
writtenrealms.com - Change Font by aldirafa
Details
Authoraldirafa
LicenseNo License
Categorywrittenrealms.com
Created
Updated
Size813 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Open the style and change to the font you want on font-family.
Source code
/* ==UserStyle==
@name writtenrealms.com - Change Font
@version 20240612.10.22
@namespace ?
==/UserStyle== */
@-moz-document domain("writtenrealms.com") {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
font-family: "Reddit Sans" !important;
}
.form-group input, .form-group textarea, .form-group select {
font-family: "Reddit Mono" !important;
}
}