font-feature.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. {
  2. "title":"CSS font-feature-settings",
  3. "description":"Method of applying advanced typographic and language-specific font features to supported OpenType fonts.",
  4. "spec":"https://w3.org/TR/css3-fonts/#font-rend-props",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"http://ie.microsoft.com/testdrive/Graphics/opentype/",
  9. "title":"Demo pages (IE/Firefox only)"
  10. },
  11. {
  12. "url":"https://hacks.mozilla.org/2010/11/firefox-4-font-feature-support/",
  13. "title":"Mozilla hacks article"
  14. },
  15. {
  16. "url":"http://html5accessibility.com/",
  17. "title":"Detailed tables on accessability support"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/css/properties/font-feature-settings",
  21. "title":"WebPlatform Docs"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings",
  25. "title":"MDN Web Docs - font-feature-settings"
  26. },
  27. {
  28. "url":"https://www.microsoft.com/typography/otspec/featuretags.htm",
  29. "title":"OpenType layout feature tag registry"
  30. },
  31. {
  32. "url":"http://help.typekit.com/customer/portal/articles/1789736-syntax-for-opentype-features-in-css#salt",
  33. "title":"Syntax for OpenType features in CSS (Adobe Typekit Help)"
  34. }
  35. ],
  36. "bugs":[
  37. {
  38. "description":"IE10 and 11 do not always appear to support the `ss01` value correctly."
  39. },
  40. {
  41. "description":"IE10 and 11 on Windows 7 [can hide the text](https://stackoverflow.com/questions/22151835/msie-10-web-font-and-font-feature-settings-causes-invisible-text) under certain circumstances."
  42. }
  43. ],
  44. "categories":[
  45. "CSS3"
  46. ],
  47. "stats":{
  48. "ie":{
  49. "5.5":"n",
  50. "6":"n",
  51. "7":"n",
  52. "8":"n",
  53. "9":"n",
  54. "10":"y",
  55. "11":"y"
  56. },
  57. "edge":{
  58. "12":"y",
  59. "13":"y",
  60. "14":"y",
  61. "15":"y",
  62. "16":"y",
  63. "17":"y",
  64. "18":"y",
  65. "79":"y",
  66. "80":"y",
  67. "81":"y",
  68. "83":"y",
  69. "84":"y",
  70. "85":"y",
  71. "86":"y"
  72. },
  73. "firefox":{
  74. "2":"n",
  75. "3":"n",
  76. "3.5":"n",
  77. "3.6":"n",
  78. "4":"a x #1",
  79. "5":"a x #1",
  80. "6":"a x #1",
  81. "7":"a x #1",
  82. "8":"a x #1",
  83. "9":"a x #1",
  84. "10":"a x #1",
  85. "11":"a x #1",
  86. "12":"a x #1",
  87. "13":"a x #1",
  88. "14":"a x #1",
  89. "15":"y x",
  90. "16":"y x",
  91. "17":"y x",
  92. "18":"y x",
  93. "19":"y x",
  94. "20":"y x",
  95. "21":"y x",
  96. "22":"y x",
  97. "23":"y x",
  98. "24":"y x",
  99. "25":"y x",
  100. "26":"y x",
  101. "27":"y x",
  102. "28":"y x",
  103. "29":"y x",
  104. "30":"y x",
  105. "31":"y x",
  106. "32":"y x",
  107. "33":"y x",
  108. "34":"y",
  109. "35":"y",
  110. "36":"y",
  111. "37":"y",
  112. "38":"y",
  113. "39":"y",
  114. "40":"y",
  115. "41":"y",
  116. "42":"y",
  117. "43":"y",
  118. "44":"y",
  119. "45":"y",
  120. "46":"y",
  121. "47":"y",
  122. "48":"y",
  123. "49":"y",
  124. "50":"y",
  125. "51":"y",
  126. "52":"y",
  127. "53":"y",
  128. "54":"y",
  129. "55":"y",
  130. "56":"y",
  131. "57":"y",
  132. "58":"y",
  133. "59":"y",
  134. "60":"y",
  135. "61":"y",
  136. "62":"y",
  137. "63":"y",
  138. "64":"y",
  139. "65":"y",
  140. "66":"y",
  141. "67":"y",
  142. "68":"y",
  143. "69":"y",
  144. "70":"y",
  145. "71":"y",
  146. "72":"y",
  147. "73":"y",
  148. "74":"y",
  149. "75":"y",
  150. "76":"y",
  151. "77":"y",
  152. "78":"y",
  153. "79":"y",
  154. "80":"y",
  155. "81":"y",
  156. "82":"y",
  157. "83":"y"
  158. },
  159. "chrome":{
  160. "4":"n",
  161. "5":"n",
  162. "6":"n",
  163. "7":"n",
  164. "8":"n",
  165. "9":"n",
  166. "10":"n",
  167. "11":"n",
  168. "12":"n",
  169. "13":"n",
  170. "14":"n",
  171. "15":"n",
  172. "16":"a x #2",
  173. "17":"a x #2",
  174. "18":"a x #2",
  175. "19":"a x #2",
  176. "20":"a x #2",
  177. "21":"y x",
  178. "22":"y x",
  179. "23":"y x",
  180. "24":"y x",
  181. "25":"y x",
  182. "26":"y x",
  183. "27":"y x",
  184. "28":"y x",
  185. "29":"y x",
  186. "30":"y x",
  187. "31":"y x",
  188. "32":"y x",
  189. "33":"y x",
  190. "34":"y x",
  191. "35":"y x",
  192. "36":"y x",
  193. "37":"y x",
  194. "38":"y x",
  195. "39":"y x",
  196. "40":"y x",
  197. "41":"y x",
  198. "42":"y x",
  199. "43":"y x",
  200. "44":"y x",
  201. "45":"y x",
  202. "46":"y x",
  203. "47":"y x",
  204. "48":"y",
  205. "49":"y",
  206. "50":"y",
  207. "51":"y",
  208. "52":"y",
  209. "53":"y",
  210. "54":"y",
  211. "55":"y",
  212. "56":"y",
  213. "57":"y",
  214. "58":"y",
  215. "59":"y",
  216. "60":"y",
  217. "61":"y",
  218. "62":"y",
  219. "63":"y",
  220. "64":"y",
  221. "65":"y",
  222. "66":"y",
  223. "67":"y",
  224. "68":"y",
  225. "69":"y",
  226. "70":"y",
  227. "71":"y",
  228. "72":"y",
  229. "73":"y",
  230. "74":"y",
  231. "75":"y",
  232. "76":"y",
  233. "77":"y",
  234. "78":"y",
  235. "79":"y",
  236. "80":"y",
  237. "81":"y",
  238. "83":"y",
  239. "84":"y",
  240. "85":"y",
  241. "86":"y",
  242. "87":"y",
  243. "88":"y",
  244. "89":"y"
  245. },
  246. "safari":{
  247. "3.1":"n",
  248. "3.2":"n",
  249. "4":"a",
  250. "5":"a",
  251. "5.1":"a",
  252. "6":"a",
  253. "6.1":"n",
  254. "7":"n",
  255. "7.1":"n",
  256. "8":"n",
  257. "9":"n",
  258. "9.1":"y",
  259. "10":"y",
  260. "10.1":"y",
  261. "11":"y",
  262. "11.1":"y",
  263. "12":"y",
  264. "12.1":"y",
  265. "13":"y",
  266. "13.1":"y",
  267. "14":"y",
  268. "TP":"y"
  269. },
  270. "opera":{
  271. "9":"n",
  272. "9.5-9.6":"n",
  273. "10.0-10.1":"n",
  274. "10.5":"n",
  275. "10.6":"n",
  276. "11":"n",
  277. "11.1":"n",
  278. "11.5":"n",
  279. "11.6":"n",
  280. "12":"n",
  281. "12.1":"n",
  282. "15":"y x",
  283. "16":"y x",
  284. "17":"y x",
  285. "18":"y x",
  286. "19":"y x",
  287. "20":"y x",
  288. "21":"y x",
  289. "22":"y x",
  290. "23":"y x",
  291. "24":"y x",
  292. "25":"y x",
  293. "26":"y x",
  294. "27":"y x",
  295. "28":"y x",
  296. "29":"y x",
  297. "30":"y x",
  298. "31":"y x",
  299. "32":"y x",
  300. "33":"y x",
  301. "34":"y x",
  302. "35":"y",
  303. "36":"y",
  304. "37":"y",
  305. "38":"y",
  306. "39":"y",
  307. "40":"y",
  308. "41":"y",
  309. "42":"y",
  310. "43":"y",
  311. "44":"y",
  312. "45":"y",
  313. "46":"y",
  314. "47":"y",
  315. "48":"y",
  316. "49":"y",
  317. "50":"y",
  318. "51":"y",
  319. "52":"y",
  320. "53":"y",
  321. "54":"y",
  322. "55":"y",
  323. "56":"y",
  324. "57":"y",
  325. "58":"y",
  326. "60":"y",
  327. "62":"y",
  328. "63":"y",
  329. "64":"y",
  330. "65":"y",
  331. "66":"y",
  332. "67":"y",
  333. "68":"y",
  334. "69":"y",
  335. "70":"y",
  336. "71":"y"
  337. },
  338. "ios_saf":{
  339. "3.2":"a",
  340. "4.0-4.1":"a",
  341. "4.2-4.3":"a",
  342. "5.0-5.1":"a",
  343. "6.0-6.1":"a",
  344. "7.0-7.1":"n",
  345. "8":"n",
  346. "8.1-8.4":"n",
  347. "9.0-9.2":"n",
  348. "9.3":"y",
  349. "10.0-10.2":"y",
  350. "10.3":"y",
  351. "11.0-11.2":"y",
  352. "11.3-11.4":"y",
  353. "12.0-12.1":"y",
  354. "12.2-12.4":"y",
  355. "13.0-13.1":"y",
  356. "13.2":"y",
  357. "13.3":"y",
  358. "13.4-13.7":"y",
  359. "14":"y"
  360. },
  361. "op_mini":{
  362. "all":"n"
  363. },
  364. "android":{
  365. "2.1":"n",
  366. "2.2":"n",
  367. "2.3":"n",
  368. "3":"n",
  369. "4":"n",
  370. "4.1":"n",
  371. "4.2-4.3":"n",
  372. "4.4":"y x",
  373. "4.4.3-4.4.4":"y x",
  374. "81":"y"
  375. },
  376. "bb":{
  377. "7":"n",
  378. "10":"y x"
  379. },
  380. "op_mob":{
  381. "10":"n",
  382. "11":"n",
  383. "11.1":"n",
  384. "11.5":"n",
  385. "12":"n",
  386. "12.1":"n",
  387. "59":"y"
  388. },
  389. "and_chr":{
  390. "85":"y"
  391. },
  392. "and_ff":{
  393. "79":"y"
  394. },
  395. "ie_mob":{
  396. "10":"n",
  397. "11":"n"
  398. },
  399. "and_uc":{
  400. "12.12":"y"
  401. },
  402. "samsung":{
  403. "4":"y x",
  404. "5.0-5.4":"y",
  405. "6.2-6.4":"y",
  406. "7.2-7.4":"y",
  407. "8.2":"y",
  408. "9.2":"y",
  409. "10.1":"y",
  410. "11.1-11.2":"y",
  411. "12.0":"y"
  412. },
  413. "and_qq":{
  414. "10.4":"y"
  415. },
  416. "baidu":{
  417. "7.12":"y"
  418. },
  419. "kaios":{
  420. "2.5":"y"
  421. }
  422. },
  423. "notes":"Whenever possible, font-variant shorthand property or an associated longhand property, font-variant-ligatures, font-variant-caps, font-variant-east-asian, font-variant-alternates, font-variant-numeric or font-variant-position should be used. This property is a low-level feature designed to handle special cases where no other way to enable or access an OpenType font feature exists. In particular, this CSS property shouldn't be used to enable small caps.",
  424. "notes_by_num":{
  425. "1":"From Gecko 2.0 (Firefox 4.0) to Gecko 14.0 (Firefox 14.0) included, Gecko supported an older syntax, slightly different from the modern one: https://hacks.mozilla.org/2010/11/firefox-4-font-feature-support/",
  426. "2":"Partial support in older Chrome versions refers to lacking support in Mac OS X."
  427. },
  428. "usage_perc_y":97.6,
  429. "usage_perc_a":0.32,
  430. "ucprefix":false,
  431. "parent":"",
  432. "keywords":"font-feature,font-feature-settings,kern,kerning,font-variant-alternates,ligatures,font-variant-ligatures",
  433. "ie_id":"",
  434. "chrome_id":"",
  435. "firefox_id":"",
  436. "webkit_id":"",
  437. "shown":true
  438. }