66
77 Repo: https://github.com/readium/readium-css */
88
9- : root [style *= "--USER__wordSpacing " ] h1 ,
10- : root [style *= "--USER__wordSpacing " ] h2 ,
11- : root [style *= "--USER__wordSpacing " ] h3 ,
12- : root [style *= "--USER__wordSpacing " ] h4 ,
13- : root [style *= "--USER__wordSpacing " ] h5 ,
14- : root [style *= "--USER__wordSpacing " ] h6 ,
15- : root [style *= "--USER__wordSpacing " ] p ,
16- : root [style *= "--USER__wordSpacing " ] li ,
17- : root [style *= "--USER__wordSpacing " ] div ,
18- : root [style *= "--USER__wordSpacing " ] dt ,
19- : root [style *= "--USER__wordSpacing " ] dd {
9+ : root [style *= "--USER__letterSpacing " ] h1 ,
10+ : root [style *= "--USER__letterSpacing " ] h2 ,
11+ : root [style *= "--USER__letterSpacing " ] h3 ,
12+ : root [style *= "--USER__letterSpacing " ] h4 ,
13+ : root [style *= "--USER__letterSpacing " ] h5 ,
14+ : root [style *= "--USER__letterSpacing " ] h6 ,
15+ : root [style *= "--USER__letterSpacing " ] p ,
16+ : root [style *= "--USER__letterSpacing " ] li ,
17+ : root [style *= "--USER__letterSpacing " ] div ,
18+ : root [style *= "--USER__letterSpacing " ] dt ,
19+ : root [style *= "--USER__letterSpacing " ] dd {
2020 letter-spacing : var (--USER__letterSpacing );
2121 font-variant : none;
2222}
0 commit comments