mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add css-fonts-4.vim
See also: https://drafts.csswg.org/css-fonts-4/ This resolves #43.
This commit is contained in:
@@ -286,6 +286,13 @@
|
||||
display: proportional-width;
|
||||
}
|
||||
|
||||
.fonts-4 {
|
||||
font-optical-sizing: emoji;
|
||||
font-variation-settings: math;
|
||||
display: fangsong;
|
||||
display: system-ui;
|
||||
}
|
||||
|
||||
.gcpm-3::footnote-call,
|
||||
.gcpm-3::footnote-marker {
|
||||
running: footnote;
|
||||
|
||||
@@ -318,6 +318,14 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.fonts-4 {
|
||||
font-optical-sizing: emoji;
|
||||
font-variation-settings: math;
|
||||
display: fangsong;
|
||||
display: system-ui;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.gcpm-3::footnote-call,
|
||||
.gcpm-3::footnote-marker {
|
||||
running: footnote;
|
||||
|
||||
Reference in New Issue
Block a user