Fixed line spacing glitch

This commit is contained in:
Said Achmiz 2020-02-11 04:06:41 -05:00
parent 8a8e7ff5c7
commit df672c2927

View File

@ -49,12 +49,17 @@
--deus-image-border-color: var(--deus-color-golden-brown);
/* Typography. */
--deus-content-base-font-size: 1.125rem;
/* 1rem = 16px (set on 'html').
These calculated values ensure integer line height;
otherwise, line spacing will vary in pixel count, leading to
a subtly inconsistent appearance of the body text.
*/
--deus-content-base-font-size: calc(1rem * 9/8);
--deus-body-font: HK Grotesk;
--deus-body-font-weight: 300;
--deus-body-text-shadow: none;
--deus-body-text-line-spacing: 1.4;
--deus-body-text-line-spacing: calc(1 + 7/(16 * 9/8));
--deus-body-text-paragraph-spacing: 1em;
--deus-heading-font: Spectral SC;