|
4 | 4 | "font-face": { |
5 | 5 | "__compat": { |
6 | 6 | "description": "`@font-face`", |
7 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face", |
| 7 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face", |
8 | 8 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-face-rule", |
9 | 9 | "tags": [ |
10 | 10 | "web-features:font-face" |
|
342 | 342 | }, |
343 | 343 | "ascent-override": { |
344 | 344 | "__compat": { |
345 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/ascent-override", |
| 345 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/ascent-override", |
346 | 346 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-metrics-override-desc", |
347 | 347 | "tags": [ |
348 | 348 | "web-features:font-metric-overrides" |
|
377 | 377 | }, |
378 | 378 | "descent-override": { |
379 | 379 | "__compat": { |
380 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override", |
| 380 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/descent-override", |
381 | 381 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-metrics-override-desc", |
382 | 382 | "tags": [ |
383 | 383 | "web-features:font-metric-overrides" |
|
412 | 412 | }, |
413 | 413 | "font-display": { |
414 | 414 | "__compat": { |
415 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-display", |
| 415 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-display", |
416 | 416 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-display-desc", |
417 | 417 | "tags": [ |
418 | 418 | "web-features:font-display" |
|
449 | 449 | }, |
450 | 450 | "font-family": { |
451 | 451 | "__compat": { |
452 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family", |
| 452 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-family", |
453 | 453 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-family-desc", |
454 | 454 | "tags": [ |
455 | 455 | "web-features:font-face" |
|
495 | 495 | }, |
496 | 496 | "font-feature-settings": { |
497 | 497 | "__compat": { |
498 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings", |
| 498 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-feature-settings", |
499 | 499 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-rend-desc", |
500 | 500 | "tags": [ |
501 | 501 | "web-features:font-feature-settings" |
|
538 | 538 | }, |
539 | 539 | "font-stretch": { |
540 | 540 | "__compat": { |
541 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch", |
| 541 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-stretch", |
542 | 542 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-prop-desc", |
543 | 543 | "tags": [ |
544 | 544 | "web-features:font-stretch" |
|
579 | 579 | }, |
580 | 580 | "font-style": { |
581 | 581 | "__compat": { |
582 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style", |
| 582 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-style", |
583 | 583 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-prop-desc", |
584 | 584 | "tags": [ |
585 | 585 | "web-features:font-style" |
|
665 | 665 | }, |
666 | 666 | "font-variation-settings": { |
667 | 667 | "__compat": { |
668 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings", |
| 668 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-variation-settings", |
669 | 669 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-rend-desc", |
670 | 670 | "tags": [ |
671 | 671 | "web-features:font-variation-settings" |
|
700 | 700 | }, |
701 | 701 | "font-weight": { |
702 | 702 | "__compat": { |
703 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-weight", |
| 703 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/font-weight", |
704 | 704 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-prop-desc", |
705 | 705 | "tags": [ |
706 | 706 | "web-features:font-weight" |
|
777 | 777 | }, |
778 | 778 | "line-gap-override": { |
779 | 779 | "__compat": { |
780 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/line-gap-override", |
| 780 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/line-gap-override", |
781 | 781 | "spec_url": "https://drafts.csswg.org/css-fonts/#font-metrics-override-desc", |
782 | 782 | "tags": [ |
783 | 783 | "web-features:font-metric-overrides" |
|
812 | 812 | }, |
813 | 813 | "size-adjust": { |
814 | 814 | "__compat": { |
815 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust", |
| 815 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/size-adjust", |
816 | 816 | "spec_url": "https://drafts.csswg.org/css-fonts-5/#size-adjust-desc", |
817 | 817 | "tags": [ |
818 | 818 | "web-features:font-size-adjust" |
|
849 | 849 | }, |
850 | 850 | "src": { |
851 | 851 | "__compat": { |
852 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src", |
| 852 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/src", |
853 | 853 | "spec_url": "https://drafts.csswg.org/css-fonts/#src-desc", |
854 | 854 | "tags": [ |
855 | 855 | "web-features:font-face" |
|
1037 | 1037 | }, |
1038 | 1038 | "unicode-range": { |
1039 | 1039 | "__compat": { |
1040 | | - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/unicode-range", |
| 1040 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@font-face/unicode-range", |
1041 | 1041 | "spec_url": "https://drafts.csswg.org/css-fonts/#unicode-range-desc", |
1042 | 1042 | "tags": [ |
1043 | 1043 | "web-features:font-face" |
|
0 commit comments