diff --git a/CSS-Customizations.md b/CSS-Customizations.md new file mode 100644 index 0000000..831509b --- /dev/null +++ b/CSS-Customizations.md @@ -0,0 +1,15 @@ +This is a list of some popular CSS customizations for Glowing Bear. You can use them by copying and pasting them into the "Custom CSS" box in the settings (on https://latest.glowing-bear.org only, for now) + +## Change global font + +If you want to use the excellent Lato font everywhere, add +```css +body { font-family: 'Lato', sans-serif; } +``` + +## Disable readmarker + +If you don't like the readmarker, kill it with +```css +#readmarker { display:none; } +``` \ No newline at end of file