Compare commits
No commits in common. "22c1cb29dd0730bb7eb1e91b77ff70e1ffb5007b" and "e4b7ed22cb5e7d895aeaf1728174fd1d001973aa" have entirely different histories.
22c1cb29dd
...
e4b7ed22cb
2 changed files with 1 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
bundle exec jekyll serve $@
|
||||
bundle exec jekyll serve
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue