Comic Sans experience, even when not logined
Comic DEV.to by birdie0
Mirrored from https://raw.githubusercontent.com/Birdie0/userstyles/master/styles/dev.to.user.css
Details
Authorbirdie0
LicenseMIT
Categorydev.to
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Comic DEV.to
@version 1.1.1
@namespace github.com/Birdie0/userstyles
@description Comic Sans experience, even when not logined
@author Birdie0
@homepageURL https://github.com/Birdie0/userstyles
@supportURL https://github.com/Birdie0/userstyles/issues
@license MIT
@var text monospace-font "Monospace Font" "Fantasque Sans Mono"
==/UserStyle== */
@-moz-document domain("dev.to") {
/* use Comic Sans font everywhere :^) */
:root {
--ff-serif: 'Comic Sans MS', Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia,
serif !important;
--ff-sans-serif: 'Comic Sans MS', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
--ff-monospace: var(--monospace-font), 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier,
monospace !important;
}
}