6d25fb715b
Prevent sub and sup from affecting line-height. Set touch-action on .items to prevent browser navigation. Move font-family specific CSS to the appropriate file. Update primary font-family for UI to be even more compatible with various operating systems. Make .entry-content font-weight variable depending on font-family used.
5 lines
328 B
CSS
5 lines
328 B
CSS
:root {
|
|
--entry-content-font-weight: 400;
|
|
--entry-content-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--entry-content-quote-font-family: var(--entry-content-font-family);
|
|
}
|