File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ // Some languages have tall typefaces and it may be necessary to adjust the line height.
2+ :root [lang = ar ],
3+ :root [lang = bn ],
4+ :root [lang = fa ],
5+ :root [lang = gu ],
6+ :root [lang = hi ],
7+ :root [lang = km ],
8+ :root [lang = kn ],
9+ :root [lang = ml ],
10+ :root [lang = mr ],
11+ :root [lang = my ],
12+ :root [lang = ne ],
13+ :root [lang = pa ],
14+ :root [lang = si ],
15+ :root [lang = ta ],
16+ :root [lang = te ],
17+ :root [lang = th ],
18+ :root [lang = ur ],
19+ :root [lang = vi ] {
20+ --mdl-typography-heading-lineHeight : 200% ;
21+ --mdl-typography-body-lineHeight : 170% ;
22+ --mdl-typography-link-lineHeight : 170% ;
23+ --mdl-typography-subtitle-lineHeight : 170% ;
24+ * {
25+ line-height : 170% ;
26+ }
27+ }
Original file line number Diff line number Diff line change 1818@import " theme.base.scss" ;
1919
2020/* Components */
21+ @import " components/language.scss" ;
2122@import " components/collapsible-header.scss" ;
2223@import " components/collapsible-item.scss" ;
2324@import " components/error-accordion.scss" ;
You can’t perform that action at this time.
0 commit comments