Skip to content

Instantly share code, notes, and snippets.

View piperswe's full-sized avatar

Piper McCorkle piperswe

View GitHub Profile
@piperswe
piperswe / Roam-tufte.css
Last active February 25, 2021 00:51 — forked from jchen1/Roam-tufte.css
Make it suitable for use with Stylish, without external imports (other than Google Fonts)
@-moz-document domain("roamresearch.com") {
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Source+Code+Pro&display=swap');
:root {
--text-size-xs: 0.69rem;
--text-size-sm: 1rem;
--text-size-md: 1rem;
--text-size-2xl: 1.7rem;
--text-size-3xl: 2.2rem;
--text-size-4xl: 3.2rem;