👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix firefox italics bug

+10
+10
src/styles.css
··· 75 75 -moz-osx-font-smoothing: grayscale; 76 76 } 77 77 78 + /* 79 + * Firefox doesn't map font-style:italic to Recursive's slnt axis correctly, 80 + * even though the relevant bug (bugzilla 1611997) is supposedly fixed. 81 + * We force the slnt axis directly as a workaround. 82 + */ 83 + em, i, .italic { 84 + font-style: italic; 85 + font-variation-settings: "slnt" -15; 86 + } 87 + 78 88 code, 79 89 .font-mono { 80 90 font-family: var(--font-mono);