UNPKG

@readium/css

Version:

A set of reference stylesheets for EPUB Reading Systems

22 lines (19 loc) 763 B
/* Readium CSS Letter spacing pref A submodule managing letter-spacing for user settings Part of “User Overrides Advanced” class – “advanced settings” flag required. Repo: https://github.com/readium/css */ :root[style*="--USER__letterSpacing"] h1, :root[style*="--USER__letterSpacing"] h2, :root[style*="--USER__letterSpacing"] h3, :root[style*="--USER__letterSpacing"] h4, :root[style*="--USER__letterSpacing"] h5, :root[style*="--USER__letterSpacing"] h6, :root[style*="--USER__letterSpacing"] p, :root[style*="--USER__letterSpacing"] li, :root[style*="--USER__letterSpacing"] div, :root[style*="--USER__letterSpacing"] dt, :root[style*="--USER__letterSpacing"] dd { letter-spacing: var(--USER__letterSpacing); font-variant: none; }