Compare commits

..

No commits in common. "22c1cb29dd0730bb7eb1e91b77ff70e1ffb5007b" and "e4b7ed22cb5e7d895aeaf1728174fd1d001973aa" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
bundle exec jekyll serve $@
bundle exec jekyll serve

View file

@ -3,7 +3,6 @@
--ui-font-family: system-ui, sans-serif;
--heading-font-family: Delicious, system-ui, sans-serif;
--body-font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
--body-font-size-adjust: 0.5; /* Cambria is kinda small! */
}
body {
@ -116,7 +115,6 @@ article {
> :is(p, ul) {
font-family: var(--body-font-family);
font-size-adjust: var(--body-font-size-adjust);
line-height: 1.4;
}