@patternfly/patternfly 6.0.0-alpha.20 → 6.0.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/base/_common.scss CHANGED
@@ -18,10 +18,14 @@
18
18
  }
19
19
 
20
20
  // Variable font opt-in
21
- .#{$pf-prefix}m-vf-font {
22
- --#{$pf-global}--FontFamily--text: var(--#{$pf-global}--FontFamily--text--vf);
23
- --#{$pf-global}--FontFamily--heading: var(--#{$pf-global}--FontFamily--heading--vf);
24
- --#{$pf-global}--FontFamily--monospace: var(--#{$pf-global}--FontFamily--monospace--vf);
21
+ .#{$pf-prefix}m-legacy-font {
22
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
23
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
24
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
25
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
26
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
27
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
28
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
25
29
  }
26
30
 
27
31
  // RTL helpers
@@ -19,10 +19,14 @@
19
19
  font-variant-numeric: tabular-nums;
20
20
  }
21
21
 
22
- .pf-v5-m-vf-font {
23
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
24
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
25
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
22
+ .pf-v5-m-legacy-font {
23
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
24
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
25
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
26
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
27
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
28
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
29
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
26
30
  }
27
31
 
28
32
  .pf-v5-m-dir-rtl {
@@ -784,9 +784,9 @@
784
784
  }
785
785
 
786
786
  :root {
787
- --pf-t--global--font--family--100: redhattext;
788
- --pf-t--global--font--family--200: redhatdisplay;
789
- --pf-t--global--font--family--300: redhatmono;
787
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
788
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
789
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
790
790
  --pf-t--global--font--line-height--100: 1.3;
791
791
  --pf-t--global--font--line-height--200: 1.5;
792
792
  --pf-t--global--font--weight--body--100: 400;
@@ -821,6 +821,13 @@
821
821
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
822
822
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
823
823
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
824
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
825
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
826
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
827
+ --pf-t--global--font--weight--body--legacy: 400;
828
+ --pf-t--global--font--weight--body--bold--legacy: 700;
829
+ --pf-t--global--font--weight--heading--legacy: 400;
830
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
824
831
  --pf-t--global--text-decoration--100: none;
825
832
  --pf-t--global--text-decoration--200: underline;
826
833
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -5,9 +5,9 @@
5
5
 
6
6
  :root {
7
7
  // Base tokens for fonts
8
- --pf-t--global--font--family--100: redhattext;
9
- --pf-t--global--font--family--200: redhatdisplay;
10
- --pf-t--global--font--family--300: redhatmono;
8
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
9
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
10
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
11
11
  --pf-t--global--font--line-height--100: 1.3;
12
12
  --pf-t--global--font--line-height--200: 1.5;
13
13
  --pf-t--global--font--weight--body--100: 400;
@@ -45,6 +45,15 @@
45
45
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
46
46
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
47
47
 
48
+ // Legacy/non-variable font opt-in
49
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
50
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
51
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
52
+ --pf-t--global--font--weight--body--legacy: 400;
53
+ --pf-t--global--font--weight--body--bold--legacy: 700;
54
+ --pf-t--global--font--weight--heading--legacy: 400;
55
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
56
+
48
57
  // Other missing ones
49
58
  // text-decoration
50
59
  --pf-t--global--text-decoration--100: none;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.20",
4
+ "version": "6.0.0-alpha.21",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -811,9 +811,9 @@
811
811
  }
812
812
 
813
813
  :root {
814
- --pf-t--global--font--family--100: redhattext;
815
- --pf-t--global--font--family--200: redhatdisplay;
816
- --pf-t--global--font--family--300: redhatmono;
814
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
815
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
816
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
817
817
  --pf-t--global--font--line-height--100: 1.3;
818
818
  --pf-t--global--font--line-height--200: 1.5;
819
819
  --pf-t--global--font--weight--body--100: 400;
@@ -848,6 +848,13 @@
848
848
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
849
849
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
850
850
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
851
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
852
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
853
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
854
+ --pf-t--global--font--weight--body--legacy: 400;
855
+ --pf-t--global--font--weight--body--bold--legacy: 700;
856
+ --pf-t--global--font--weight--heading--legacy: 400;
857
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
851
858
  --pf-t--global--text-decoration--100: none;
852
859
  --pf-t--global--text-decoration--200: underline;
853
860
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1349,10 +1356,14 @@
1349
1356
  font-variant-numeric: tabular-nums;
1350
1357
  }
1351
1358
 
1352
- .pf-v5-m-vf-font {
1353
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1354
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1355
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1359
+ .pf-v5-m-legacy-font {
1360
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1361
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1362
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1363
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1364
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1365
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1366
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1356
1367
  }
1357
1368
 
1358
1369
  .pf-v5-m-dir-rtl {
@@ -811,9 +811,9 @@
811
811
  }
812
812
 
813
813
  :root {
814
- --pf-t--global--font--family--100: redhattext;
815
- --pf-t--global--font--family--200: redhatdisplay;
816
- --pf-t--global--font--family--300: redhatmono;
814
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
815
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
816
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
817
817
  --pf-t--global--font--line-height--100: 1.3;
818
818
  --pf-t--global--font--line-height--200: 1.5;
819
819
  --pf-t--global--font--weight--body--100: 400;
@@ -848,6 +848,13 @@
848
848
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
849
849
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
850
850
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
851
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
852
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
853
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
854
+ --pf-t--global--font--weight--body--legacy: 400;
855
+ --pf-t--global--font--weight--body--bold--legacy: 700;
856
+ --pf-t--global--font--weight--heading--legacy: 400;
857
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
851
858
  --pf-t--global--text-decoration--100: none;
852
859
  --pf-t--global--text-decoration--200: underline;
853
860
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1349,10 +1356,14 @@
1349
1356
  font-variant-numeric: tabular-nums;
1350
1357
  }
1351
1358
 
1352
- .pf-v5-m-vf-font {
1353
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1354
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1355
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1359
+ .pf-v5-m-legacy-font {
1360
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1361
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1362
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1363
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1364
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1365
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1366
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1356
1367
  }
1357
1368
 
1358
1369
  .pf-v5-m-dir-rtl {
@@ -811,9 +811,9 @@
811
811
  }
812
812
 
813
813
  :root {
814
- --pf-t--global--font--family--100: redhattext;
815
- --pf-t--global--font--family--200: redhatdisplay;
816
- --pf-t--global--font--family--300: redhatmono;
814
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
815
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
816
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
817
817
  --pf-t--global--font--line-height--100: 1.3;
818
818
  --pf-t--global--font--line-height--200: 1.5;
819
819
  --pf-t--global--font--weight--body--100: 400;
@@ -848,6 +848,13 @@
848
848
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
849
849
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
850
850
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
851
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
852
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
853
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
854
+ --pf-t--global--font--weight--body--legacy: 400;
855
+ --pf-t--global--font--weight--body--bold--legacy: 700;
856
+ --pf-t--global--font--weight--heading--legacy: 400;
857
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
851
858
  --pf-t--global--text-decoration--100: none;
852
859
  --pf-t--global--text-decoration--200: underline;
853
860
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1349,10 +1356,14 @@
1349
1356
  font-variant-numeric: tabular-nums;
1350
1357
  }
1351
1358
 
1352
- .pf-v5-m-vf-font {
1353
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1354
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1355
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1359
+ .pf-v5-m-legacy-font {
1360
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1361
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1362
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1363
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1364
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1365
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1366
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1356
1367
  }
1357
1368
 
1358
1369
  .pf-v5-m-dir-rtl {
@@ -811,9 +811,9 @@
811
811
  }
812
812
 
813
813
  :root {
814
- --pf-t--global--font--family--100: redhattext;
815
- --pf-t--global--font--family--200: redhatdisplay;
816
- --pf-t--global--font--family--300: redhatmono;
814
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
815
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
816
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
817
817
  --pf-t--global--font--line-height--100: 1.3;
818
818
  --pf-t--global--font--line-height--200: 1.5;
819
819
  --pf-t--global--font--weight--body--100: 400;
@@ -848,6 +848,13 @@
848
848
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
849
849
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
850
850
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
851
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
852
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
853
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
854
+ --pf-t--global--font--weight--body--legacy: 400;
855
+ --pf-t--global--font--weight--body--bold--legacy: 700;
856
+ --pf-t--global--font--weight--heading--legacy: 400;
857
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
851
858
  --pf-t--global--text-decoration--100: none;
852
859
  --pf-t--global--text-decoration--200: underline;
853
860
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1349,10 +1356,14 @@
1349
1356
  font-variant-numeric: tabular-nums;
1350
1357
  }
1351
1358
 
1352
- .pf-v5-m-vf-font {
1353
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1354
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1355
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1359
+ .pf-v5-m-legacy-font {
1360
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1361
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1362
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1363
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1364
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1365
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1366
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1356
1367
  }
1357
1368
 
1358
1369
  .pf-v5-m-dir-rtl {
@@ -873,9 +873,9 @@
873
873
  }
874
874
 
875
875
  :root {
876
- --pf-t--global--font--family--100: redhattext;
877
- --pf-t--global--font--family--200: redhatdisplay;
878
- --pf-t--global--font--family--300: redhatmono;
876
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
877
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
878
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
879
879
  --pf-t--global--font--line-height--100: 1.3;
880
880
  --pf-t--global--font--line-height--200: 1.5;
881
881
  --pf-t--global--font--weight--body--100: 400;
@@ -910,6 +910,13 @@
910
910
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
911
911
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
912
912
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
913
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
914
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
915
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
916
+ --pf-t--global--font--weight--body--legacy: 400;
917
+ --pf-t--global--font--weight--body--bold--legacy: 700;
918
+ --pf-t--global--font--weight--heading--legacy: 400;
919
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
913
920
  --pf-t--global--text-decoration--100: none;
914
921
  --pf-t--global--text-decoration--200: underline;
915
922
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1411,10 +1418,14 @@
1411
1418
  font-variant-numeric: tabular-nums;
1412
1419
  }
1413
1420
 
1414
- .pf-v5-m-vf-font {
1415
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1416
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1417
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1421
+ .pf-v5-m-legacy-font {
1422
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1423
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1424
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1425
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1426
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1427
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1428
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1418
1429
  }
1419
1430
 
1420
1431
  .pf-v5-m-dir-rtl {
@@ -873,9 +873,9 @@
873
873
  }
874
874
 
875
875
  :root {
876
- --pf-t--global--font--family--100: redhattext;
877
- --pf-t--global--font--family--200: redhatdisplay;
878
- --pf-t--global--font--family--300: redhatmono;
876
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
877
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
878
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
879
879
  --pf-t--global--font--line-height--100: 1.3;
880
880
  --pf-t--global--font--line-height--200: 1.5;
881
881
  --pf-t--global--font--weight--body--100: 400;
@@ -910,6 +910,13 @@
910
910
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
911
911
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
912
912
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
913
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
914
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
915
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
916
+ --pf-t--global--font--weight--body--legacy: 400;
917
+ --pf-t--global--font--weight--body--bold--legacy: 700;
918
+ --pf-t--global--font--weight--heading--legacy: 400;
919
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
913
920
  --pf-t--global--text-decoration--100: none;
914
921
  --pf-t--global--text-decoration--200: underline;
915
922
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1411,10 +1418,14 @@
1411
1418
  font-variant-numeric: tabular-nums;
1412
1419
  }
1413
1420
 
1414
- .pf-v5-m-vf-font {
1415
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1416
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1417
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1421
+ .pf-v5-m-legacy-font {
1422
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1423
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1424
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1425
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1426
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1427
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1428
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1418
1429
  }
1419
1430
 
1420
1431
  .pf-v5-m-dir-rtl {
package/patternfly.css CHANGED
@@ -873,9 +873,9 @@
873
873
  }
874
874
 
875
875
  :root {
876
- --pf-t--global--font--family--100: redhattext;
877
- --pf-t--global--font--family--200: redhatdisplay;
878
- --pf-t--global--font--family--300: redhatmono;
876
+ --pf-t--global--font--family--100: redhattextvf, redhattext, helvetica, arial, sans-serif;
877
+ --pf-t--global--font--family--200: redhatdisplayvf, redhatdisplay, helvetica, arial, sans-serif;
878
+ --pf-t--global--font--family--300: redhatmonovf, redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
879
879
  --pf-t--global--font--line-height--100: 1.3;
880
880
  --pf-t--global--font--line-height--200: 1.5;
881
881
  --pf-t--global--font--weight--body--100: 400;
@@ -910,6 +910,13 @@
910
910
  --pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--heading--400);
911
911
  --pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
912
912
  --pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
913
+ --pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
914
+ --pf-t--global--font--family--heading--legacy: redhatdisplay, helvetica, arial, sans-serif;
915
+ --pf-t--global--font--family--mono--legacy: redhatmono, liberationmono, consolas, sfmono-regular, menlo, monaco, courier new, monospace;
916
+ --pf-t--global--font--weight--body--legacy: 400;
917
+ --pf-t--global--font--weight--body--bold--legacy: 700;
918
+ --pf-t--global--font--weight--heading--legacy: 400;
919
+ --pf-t--global--font--weight--heading--bold--legacy: 700;
913
920
  --pf-t--global--text-decoration--100: none;
914
921
  --pf-t--global--text-decoration--200: underline;
915
922
  --pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--200);
@@ -1411,10 +1418,14 @@
1411
1418
  font-variant-numeric: tabular-nums;
1412
1419
  }
1413
1420
 
1414
- .pf-v5-m-vf-font {
1415
- --pf-v5-global--FontFamily--text: var(--pf-v5-global--FontFamily--text--vf);
1416
- --pf-v5-global--FontFamily--heading: var(--pf-v5-global--FontFamily--heading--vf);
1417
- --pf-v5-global--FontFamily--monospace: var(--pf-v5-global--FontFamily--monospace--vf);
1421
+ .pf-v5-m-legacy-font {
1422
+ --pf-t--global--font--family--body: var(--pf-t--global--font--family--body--legacy);
1423
+ --pf-t--global--font--family--heading: var(--pf-t--global--font--family--heading--legacy);
1424
+ --pf-t--global--font--family--mono: var(--pf-t--global--font--family--mono--legacy);
1425
+ --pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--legacy);
1426
+ --pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--bold--legacy);
1427
+ --pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--legacy);
1428
+ --pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--bold--legacy);
1418
1429
  }
1419
1430
 
1420
1431
  .pf-v5-m-dir-rtl {