Add font-loading-3.vim

See also: http://www.w3.org/TR/css-font-loading-3/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:01:26 +09:00
parent 1b6fc651ab
commit eb4d73adc1
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1 @@
" N/A

View File

@@ -190,6 +190,10 @@
flex-basis: main-size;
}
.font-loading-3 {
display: auto;
}
.fonts {
font-feature-settings: common-ligatures;
font-kerning: no-common-ligatures;

View File

@@ -217,6 +217,11 @@
}
</style>
<style>
.font-loading-3 {
display: auto;
}
</style>
<style>
.fonts {
font-feature-settings: common-ligatures;
font-kerning: no-common-ligatures;