forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWOFF2.json
52 lines (52 loc) · 1.25 KB
/
WOFF2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"spec": {
"title": "WOFF File Format 2.0",
"url": "https://w3c.github.io/woff/woff2/"
},
"refs": {
"normative": [
{
"name": "WOFF1",
"url": "https://www.w3.org/TR/2012/REC-WOFF-20121213/"
},
{
"name": "OFF",
"url": "http://standards.iso.org/ittf/PubliclyAvailableStandards/c066391_ISO_IEC_14496-22_2015.zip"
},
{
"name": "Brotli",
"url": "https://datatracker.ietf.org/doc/html/rfc7932"
},
{
"name": "RFC2119",
"url": "https://datatracker.ietf.org/doc/html/rfc2119"
},
{
"name": "RFC8081",
"url": "https://datatracker.ietf.org/doc/html/rfc8081"
},
{
"name": "CSS3-Fonts",
"url": "https://www.w3.org/TR/css-fonts-3/"
}
],
"informative": [
{
"name": "WOFF2ER",
"url": "https://www.w3.org/TR/WOFF20ER/"
},
{
"name": "OpenType",
"url": "http://www.microsoft.com/typography/otspec/"
},
{
"name": "TrueType",
"url": "https://developer.apple.com/fonts/TrueType-Reference-Manual/"
},
{
"name": "MTX",
"url": "https://www.w3.org/Submission/2008/SUBM-MTX-20080305/"
}
]
}
}