Change the SDMB font to serif
SDMB Serif Font by chbarts
Details
Authorchbarts
LicenseCC Zero
Categoryboards.straightdope.com
Created
Updated
Size423 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 boards.straightdope.com serif font - 6/22/2023, 11:01:30 PM
@namespace github.com/openstyles/stylus
@version 1.2.0
@description Change the SDMB font to serif
@author Chris Barts
==/UserStyle== */
@-moz-document domain("boards.straightdope.com") {
/* Change font to Serif */
:root {
--font-family: serif;
--heading-font-family: serif;
}
}