Sha256: 926b7cd5f8da4305bc1c3920ac632c0859f9c408e1b6b52d6929bb286a483347
Contents?: true
Size: 524 Bytes
Versions: 3
Compression:
Stored size: 524 Bytes
Contents
/* TODO: Add your CSS here (Jekyll will override it) */ :root { --font-family-serif: 'Linux Libertine', 'Linux Libertine Display O', Georgia, 'Noto Serif', 'Times New Roman', Times, serif; --heading-font-weight: 700; } /* Use serif font for headings (a-la MediaWiki) */ .article-wrapper h1, .article-wrapper h2, .content-wrapper .h1, .content-wrapper .h2 { font-family: var(--font-family-serif); font-weight: 400; } .article-sitesub { font-family: var(--font-family-serif); font-style: italic; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-ham-0.2.1 | assets/main.css |
jekyll-ham-0.2.0 | assets/main.css |
jekyll-ham-0.1.6 | assets/main.css |