Skip to content

Instantly share code, notes, and snippets.

@lexffe
Last active March 2, 2021 13:56
Show Gist options
  • Save lexffe/fda0d46a599a3f56801b008dc9d19dc6 to your computer and use it in GitHub Desktop.
Save lexffe/fda0d46a599a3f56801b008dc9d19dc6 to your computer and use it in GitHub Desktop.
Clean, "minimalistic" styles for org-mode + html.
@import 'https://cdnjs.cloudflare.com/ajax/libs/IBM-type/0.5.4/css/ibm-type.min.css';
* {
font-family: 'IBM Plex Sans', sans-serif;
}
body {
background-color: #f7f9fb;
margin: auto;
padding-bottom: 1em;
max-width: 80ch;
}
pre {
font-family: 'IBM Plex Mono', monospace;
box-shadow: none;
}
pre * {
font-family: 'IBM Plex Mono', monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment