:root {
/* Text properties */
- --font: 'Libre Baskerville', serif;
+ --font: 'Source Sans Pro', sans-serif;
--code-font: 'Source Code Pro', monospace;
- --font-size: 14px;
- --code-font-size: 1em; /* *not* rem, so it follows surrounding font size */
+ --font-size: 16px;
+ --code-font-size: 0.9em; /* *not* rem, so it follows surrounding font size */
--line-height: normal;
--paragraph-indent: 1.5rem;
--paragraph-align: justify;
--link-decoration: underline;
--link-decoration-nav: none;
--link-decoration-heading: none;
- --nav-brand-case: lowercase;
- --nav-menu-case: lowercase;
+ --nav-brand-case: uppercase;
+ --nav-menu-case: none;
--nav-heading-case: uppercase;
--nav-categories-case: lowercase;
--landing-header-case: lowercase;
- --heading-font-weight: normal;
+ --heading-font-weight: 600;
/* Shapes */
--border-radius: 0.2rem;
DELETE_OUTPUT_DIRECTORY = True
-M_CSS_FILES = [
- 'static/source-sans-pro.css',
- 'static/source-code-pro.css',
- 'static/m-light-compiled.css',
- ]
-
# Following items are often useful when publishing
#DISQUS_SITENAME = ""