File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- syn keyword cssFontProp contained font- synthesis font- synthesis- weight font- synthesis- style font- synthesis- small- caps font- synthesis- settings font- named- instance font- display ascent- override descent- override line- gap- override font- optical- sizing font- variation- settings font- palette font- variant- emoji font- presentation base- palette override- color
1
+ syn keyword cssFontProp contained font- synthesis font- synthesis- weight font- synthesis- style font- synthesis- small- caps font- synthesis- position font- named- instance font- display ascent- override descent- override line- gap- override font- optical- sizing font- variation- settings font- palette font- variant- emoji font- presentation base- palette override- color
2
2
syn keyword cssFontAttr contained emoji math fangsong swap fallback light dark contained system- ui contained ui- sans- serif ui- serif ui- monospace ui- rounded contained xxx- large contained historical- forms
3
3
syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( stylistic\| styleset\| character-variant\| swash\| ornaments\| annotation\)\s *(" end =" )" oneline keepend
4
4
syn match cssFontDescriptor " @font-feature-values\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 371
371
}
372
372
373
373
.fonts-4 {
374
+ font-synthesis-position : auto;
374
375
font-synthesis-weight : auto;
375
376
font-synthesis-style : auto;
376
377
font-synthesis-small-caps : auto;
377
- font-variation-settings : auto;
378
378
font-named-instance : auto;
379
379
font-display : auto;
380
380
ascent-override : auto;
You can’t perform that action at this time.
0 commit comments