mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Add font-loading-3.vim
See also: http://www.w3.org/TR/css-font-loading-3/
This commit is contained in:
1
after/syntax/css/css-font-loading-3.vim
Normal file
1
after/syntax/css/css-font-loading-3.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
" N/A
|
||||||
@@ -190,6 +190,10 @@
|
|||||||
flex-basis: main-size;
|
flex-basis: main-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-loading-3 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.fonts {
|
.fonts {
|
||||||
font-feature-settings: common-ligatures;
|
font-feature-settings: common-ligatures;
|
||||||
font-kerning: no-common-ligatures;
|
font-kerning: no-common-ligatures;
|
||||||
|
|||||||
@@ -217,6 +217,11 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
.font-loading-3 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
.fonts {
|
.fonts {
|
||||||
font-feature-settings: common-ligatures;
|
font-feature-settings: common-ligatures;
|
||||||
font-kerning: no-common-ligatures;
|
font-kerning: no-common-ligatures;
|
||||||
|
|||||||
Reference in New Issue
Block a user