Change WorkFlowy content font to Anonymous Pro
Font by: Mark Simonson Studio
Font Information: https://www.marksimonson.com/fonts/view/anonymous-pro
Font Style Import Source: https://fonts.google.com/specimen/Anonymous+Pro
Authorbird2920
LicenseNo License
CategoryWorkFlowy.com
Created
Updated
Code size1.3 kB
Code checksum28fdaa3b
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Change WorkFlowy content font to Anonymous Pro
Font by: Mark Simonson Studio
Font Information: https://www.marksimonson.com/fonts/view/anonymous-pro
Font Style Import Source: https://fonts.google.com/specimen/Anonymous+Pro
/* ==UserStyle==
@name Anonymous Pro
@version 20220302.00.42
@namespace userstyles.world/user/bird2920
@description Change WorkFlowy content font to Anonymous Pro
Font by: Mark Simonson Studio
Font Information: https://www.marksimonson.com/fonts/view/anonymous-pro
Font Style Import Source: https://fonts.google.com/specimen/Anonymous+Pro
@author bird2920
@license No License
==/UserStyle== */
@-moz-document domain("workflowy.com") {
body {
font-family: "Anonymous Pro";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
h3 {
font-family: "Anonymous Pro";
font-size: 17px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 23px;
}
p {
font-family: "Anonymous Pro";
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
blockquote {
font-family: "Anonymous Pro";
font-size: 17px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
pre {
font-family: "Anonymous Pro";
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
}