Age | Commit message (Collapse) | Author |
|
* Makefile (fonts): Add FiraCode-Regular.woff2 and
FiraCode-SemiBold.woff2.
* website/style.css (@font-face: FiraCode-Regular, @font-face:
FiraCode-SemiBold): New font faces.
(pre, code, samp): Set font-family to 'Fira Code';
(pre): Set font-size to 0.9em.
(code, samp): Set font-size to 600 (semi-bold).
|
|
* Makefile (fonts): New variable.
(website/fonts): New target.
(website): Depend on website/fonts.
(clean): Clean website/fonts.
* website/style.css (@font-face: Charter): New font face.
(body): Set font-family to Charter. Set font-size to 20px.
* .gitignore: Add website/fonts.
|
|
Use a slightly reduced font size instead of background color to
indicate code. This is the style used by the skribilo documentation,
and is much less in your face.
* website/style.css (code): Unset background-color, padding-left and
padding-right.
(code, samp): Set font-size to 0.8em.
|
|
* Makefile, build-aux/build-home-page.el, website/style.css: New
files.
|