@patternfly/patternfly 4.222.3 → 5.0.0-alpha.1
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/README.md +2 -2
- package/RELEASE-NOTES.md +0 -11
- package/base/_fonts.scss +0 -188
- package/base/_globals.scss +0 -6
- package/base/_icons.scss +28 -0
- package/base/_variables.scss +0 -14
- package/base/patternfly-fonts.css +0 -120
- package/base/patternfly-globals.css +0 -4
- package/base/patternfly-icons.scss +0 -28
- package/base/patternfly-variables.css +6 -19
- package/components/AboutModalBox/about-modal-box.css +1 -28
- package/components/AboutModalBox/about-modal-box.scss +1 -27
- package/components/Accordion/accordion.css +64 -62
- package/components/Accordion/accordion.scss +62 -64
- package/components/Alert/alert.css +0 -4
- package/components/Alert/alert.scss +0 -7
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +0 -6
- package/components/Breadcrumb/breadcrumb.scss +0 -9
- package/components/Button/button.css +0 -4
- package/components/Button/button.scss +0 -7
- package/components/Card/card.css +0 -4
- package/components/Card/card.scss +0 -7
- package/components/Check/check.css +4 -2
- package/components/Check/check.scss +2 -2
- package/components/Content/content.css +1 -11
- package/components/Content/content.scss +1 -15
- package/components/DataList/data-list.css +0 -15
- package/components/Divider/divider.css +0 -16
- package/components/Divider/divider.scss +0 -1
- package/components/Drawer/drawer.css +0 -14
- package/components/Drawer/drawer.scss +0 -5
- package/components/Dropdown/dropdown.css +0 -15
- package/components/Dropdown/dropdown.scss +0 -20
- package/components/EmptyState/empty-state.css +0 -4
- package/components/EmptyState/empty-state.scss +0 -9
- package/components/ExpandableSection/expandable-section.css +0 -4
- package/components/ExpandableSection/expandable-section.scss +0 -7
- package/components/Form/form.css +0 -1
- package/components/Form/form.scss +0 -1
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/themes/dark/form-control.scss +1 -1
- package/components/InlineEdit/inline-edit.css +1 -12
- package/components/InlineEdit/inline-edit.scss +1 -10
- package/components/InputGroup/input-group.css +0 -14
- package/components/InputGroup/input-group.scss +0 -9
- package/components/InputGroup/themes/dark/input-group.scss +0 -8
- package/components/JumpLinks/jump-links.css +0 -43
- package/components/JumpLinks/jump-links.scss +0 -13
- package/components/Label/label.css +0 -3
- package/components/Label/label.scss +0 -4
- package/components/Menu/menu.css +0 -20
- package/components/Menu/menu.scss +0 -6
- package/components/NotificationDrawer/notification-drawer.css +1 -0
- package/components/NotificationDrawer/notification-drawer.scss +1 -0
- package/components/Page/page.css +0 -15
- package/components/Pagination/pagination.css +0 -175
- package/components/Pagination/pagination.scss +1 -49
- package/components/Progress/progress.css +0 -1
- package/components/Progress/progress.scss +0 -1
- package/components/Radio/radio.css +4 -2
- package/components/Radio/radio.scss +2 -2
- package/components/SimpleList/simple-list.css +1 -1
- package/components/SimpleList/simple-list.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Slider/slider.css +7 -0
- package/components/Slider/slider.scss +9 -0
- package/components/Switch/switch.css +0 -1
- package/components/Switch/switch.scss +0 -1
- package/components/Table/table-grid.css +0 -10
- package/components/Table/table-grid.scss +0 -2
- package/components/Table/table-tree-view.css +0 -16
- package/components/Table/table-tree-view.scss +0 -4
- package/components/Table/table.css +0 -16
- package/components/Table/table.scss +0 -1
- package/components/Tabs/tabs.css +1 -34
- package/components/Tabs/tabs.scss +0 -15
- package/components/Title/title.css +0 -5
- package/components/Title/title.scss +0 -8
- package/components/Toolbar/toolbar.css +0 -31
- package/components/Toolbar/toolbar.scss +0 -6
- package/components/Wizard/wizard.css +0 -9
- package/components/Wizard/wizard.scss +0 -9
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +4 -15
- package/docs/components/Accordion/examples/Accordion.md +67 -67
- package/docs/components/Dropdown/examples/Dropdown.md +0 -216
- package/docs/components/InputGroup/examples/InputGroup.md +0 -1
- package/docs/components/Pagination/examples/Pagination.md +30 -129
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -5
- package/docs/components/Slider/examples/Slider.md +6 -6
- package/docs/components/Tabs/examples/Tabs.md +1 -2
- package/docs/components/Wizard/examples/Wizard.md +6 -6
- package/docs/demos/AboutModal/examples/AboutModal.md +53 -49
- package/docs/demos/Alert/examples/Alert.md +18 -12
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -4
- package/docs/demos/Banner/examples/Banner.md +14 -10
- package/docs/demos/Card/examples/Card.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +6 -4
- package/docs/demos/ContextSelector/examples/ContextSelector.md +24 -16
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -4
- package/docs/demos/DataList/examples/DataList.md +24 -16
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -12
- package/docs/demos/Drawer/examples/Drawer.md +30 -20
- package/docs/demos/JumpLinks/examples/JumpLinks.md +36 -24
- package/docs/demos/Masthead/examples/Masthead.md +54 -36
- package/docs/demos/Modal/examples/Modal.md +36 -24
- package/docs/demos/Nav/examples/Nav.md +784 -721
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +30 -20
- package/docs/demos/Page/examples/Page.md +54 -36
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +44 -28
- package/docs/demos/Skeleton/examples/Skeleton.md +6 -4
- package/docs/demos/Table/examples/Table.md +84 -56
- package/docs/demos/Tabs/examples/Tabs.md +579 -70
- package/docs/demos/Toolbar/examples/Toolbar.md +6 -4
- package/docs/demos/Wizard/examples/Wizard.md +67 -45
- package/package.json +7 -6
- package/patternfly-base-no-reset.css +30 -139
- package/patternfly-base.css +30 -143
- package/patternfly-charts.css +1 -1
- package/patternfly-no-reset.css +118 -665
- package/patternfly.css +118 -669
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +0 -6
- package/sass-utilities/placeholders.scss +0 -7
- package/sass-utilities/scss-variables.scss +6 -12
- package/assets/fonts/overpass-mono-webfont/example.html +0 -15
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2 +0 -0
- package/assets/fonts/overpass-mono-webfont/overpass-mono.css +0 -39
- package/assets/fonts/overpass-webfont/example.html +0 -18
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-bold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extrabold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-extralight.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-heavy.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-light.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-regular.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-semibold.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin-italic.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff +0 -0
- package/assets/fonts/overpass-webfont/overpass-thin.woff2 +0 -0
- package/assets/fonts/overpass-webfont/overpass.css +0 -141
|
@@ -230,12 +230,6 @@
|
|
|
230
230
|
@extend %pf-hidden-visible;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
@mixin pf-m-overpass-font {
|
|
234
|
-
.pf-m-overpass-font {
|
|
235
|
-
@content;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
|
|
239
233
|
// Apply media query if value is passed
|
|
240
234
|
@mixin pf-apply-breakpoint($breakpoint) {
|
|
241
235
|
@if ($breakpoint == "null" or $breakpoint == "base" or $breakpoint == "") {
|
|
@@ -45,36 +45,29 @@
|
|
|
45
45
|
%pf-hidden-visible {
|
|
46
46
|
// base value for visible display property is set to 'block' by default and passed in to
|
|
47
47
|
// placeholder via `pf-hidden-visible` mixin
|
|
48
|
-
--pf-hidden-visible--visible--Visibility: visible;
|
|
49
48
|
|
|
50
49
|
// set hidden var values
|
|
51
50
|
--pf-hidden-visible--hidden--Display: none;
|
|
52
|
-
--pf-hidden-visible--hidden--Visibility: hidden;
|
|
53
51
|
|
|
54
52
|
// set visibile var values
|
|
55
53
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
56
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
57
54
|
|
|
58
55
|
// set default state to visible
|
|
59
56
|
display: var(--pf-hidden-visible--Display);
|
|
60
|
-
visibility: var(--pf-hidden-visible--Visibility);
|
|
61
57
|
|
|
62
58
|
// toggle values based on state
|
|
63
59
|
&.pf-m-hidden {
|
|
64
60
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
65
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
66
61
|
}
|
|
67
62
|
|
|
68
63
|
@each $size, $bp in $pf-global--breakpoint-name-map {
|
|
69
64
|
@media screen and (min-width: $bp) {
|
|
70
65
|
&.pf-m-hidden-on-#{$size} {
|
|
71
66
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--hidden--Display);
|
|
72
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--hidden--Visibility);
|
|
73
67
|
}
|
|
74
68
|
|
|
75
69
|
&.pf-m-visible-on-#{$size} {
|
|
76
70
|
--pf-hidden-visible--Display: var(--pf-hidden-visible--visible--Display);
|
|
77
|
-
--pf-hidden-visible--Visibility: var(--pf-hidden-visible--visible--Visibility);
|
|
78
71
|
}
|
|
79
72
|
}
|
|
80
73
|
}
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
// Quickly modify global styling by enabling or disabling optional features.
|
|
10
10
|
$pf-global--enable-reset: true !default;
|
|
11
|
-
$pf-global--enable-font-overpass-cdn: false !default;
|
|
12
11
|
$pf-global--enable-fontawesome-cdn: false !default;
|
|
13
12
|
$pf-global--disable-fontawesome: false !default;
|
|
14
13
|
$pf-global--load-pf-3: false !default;
|
|
@@ -198,17 +197,15 @@ $pf-global--icon--FontSize--xl: pf-font-prem(54px) !default;
|
|
|
198
197
|
// Fonts
|
|
199
198
|
// Font family
|
|
200
199
|
// stylelint-disable value-keyword-case
|
|
201
|
-
$pf-global--FontFamily--sans-serif: '"RedHatText",
|
|
202
|
-
$pf-global--FontFamily--heading--sans-serif: '"RedHatDisplay",
|
|
200
|
+
$pf-global--FontFamily--sans-serif: '"RedHatText", helvetica, arial, sans-serif';
|
|
201
|
+
$pf-global--FontFamily--heading--sans-serif: '"RedHatDisplay", helvetica, arial, sans-serif';
|
|
203
202
|
$pf-global--FontFamily--monospace: '"Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace';
|
|
204
|
-
$pf-global--FontFamily--redhat-updated--sans-serif: '"RedHatTextUpdated",
|
|
205
|
-
$pf-global--FontFamily--redhat-updated--heading--sans-serif: '"RedHatDisplayUpdated",
|
|
203
|
+
$pf-global--FontFamily--redhat-updated--sans-serif: '"RedHatTextUpdated", helvetica, arial, sans-serif';
|
|
204
|
+
$pf-global--FontFamily--redhat-updated--heading--sans-serif: '"RedHatDisplayUpdated", helvetica, arial, sans-serif';
|
|
206
205
|
$pf-global--FontFamily--redhat--monospace: '"RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace';
|
|
207
|
-
$pf-global--FontFamily--redhatVF--sans-serif: '"RedHatTextVF", "RedHatText",
|
|
208
|
-
$pf-global--FontFamily--redhatVF--heading--sans-serif: '"RedHatDisplayVF", "RedHatDisplay",
|
|
206
|
+
$pf-global--FontFamily--redhatVF--sans-serif: '"RedHatTextVF", "RedHatText", helvetica, arial, sans-serif';
|
|
207
|
+
$pf-global--FontFamily--redhatVF--heading--sans-serif: '"RedHatDisplayVF", "RedHatDisplay", helvetica, arial, sans-serif';
|
|
209
208
|
$pf-global--FontFamily--redhatVF--monospace: '"RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace';
|
|
210
|
-
$pf-global--FontFamily--overpass--sans-serif: '"overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' !default;
|
|
211
|
-
$pf-global--FontFamily--overpass--monospace: '"overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace' !default;
|
|
212
209
|
// stylelint-enable value-keyword-case
|
|
213
210
|
|
|
214
211
|
// Font size
|
|
@@ -225,9 +222,6 @@ $pf-global--FontSize--xs: pf-font-prem(12px) !default;
|
|
|
225
222
|
$pf-global--FontWeight--light: 300 !default;
|
|
226
223
|
$pf-global--FontWeight--normal: 400 !default;
|
|
227
224
|
$pf-global--FontWeight--bold: 700 !default;
|
|
228
|
-
$pf-global--FontWeight--semi-bold: $pf-global--FontWeight--bold !default; // Just for legacy support while supporting Overpass
|
|
229
|
-
$pf-global--FontWeight--overpass--semi-bold: 500 !default;
|
|
230
|
-
$pf-global--FontWeight--overpass--bold: 600 !default;
|
|
231
225
|
|
|
232
226
|
// Line height
|
|
233
227
|
$pf-global--LineHeight--sm: 1.3 !default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="no-js" lang="">
|
|
3
|
-
<head>
|
|
4
|
-
<link rel="stylesheet" href="overpass-mono.css" />
|
|
5
|
-
<style>body{font-family: overpass-mono, monospace; font-size:9vw; }
|
|
6
|
-
p{margin:0; line-height:1.2em; padding:0;}</style>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<p style="font-weight:300">Overpass Mono</p>
|
|
10
|
-
<p style="font-weight:400">Overpass Mono</p>
|
|
11
|
-
<p style="font-weight:500">Overpass Mono</p>
|
|
12
|
-
<p style="font-weight:600">Overpass Mono</p>
|
|
13
|
-
|
|
14
|
-
</body>
|
|
15
|
-
</html>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
@font-face {
|
|
4
|
-
font-family: 'overpass-mono';
|
|
5
|
-
src: url('overpass-mono-light.woff2') format('woff2'),
|
|
6
|
-
url('overpass-mono-light.woff') format('woff');
|
|
7
|
-
font-weight: 300;
|
|
8
|
-
font-style: normal;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: 'overpass-mono';
|
|
15
|
-
src: url('overpass-mono-regular.woff2') format('woff2'),
|
|
16
|
-
url('overpass-mono-regular.woff') format('woff');
|
|
17
|
-
font-weight: 400;
|
|
18
|
-
font-style: normal;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@font-face {
|
|
24
|
-
font-family: 'overpass-mono';
|
|
25
|
-
src: url('overpass-mono-semibold.woff2') format('woff2'),
|
|
26
|
-
url('overpass-mono-semibold.woff') format('woff');
|
|
27
|
-
font-weight: 500;
|
|
28
|
-
font-style: normal;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: 'overpass-mono';
|
|
35
|
-
src: url('overpass-mono-bold.woff2') format('woff2'),
|
|
36
|
-
url('overpass-mono-bold.woff') format('woff');
|
|
37
|
-
font-weight: 600;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="no-js" lang="">
|
|
3
|
-
<head>
|
|
4
|
-
<link rel="stylesheet" href="overpass.css" />
|
|
5
|
-
<style>body{font-family: overpass, sans-serif; font-size:9vw; }
|
|
6
|
-
p{margin:0; line-height:1.2em; padding:0;}</style>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<p style="font-weight:200">Overpass <i>Overpass</i></p>
|
|
10
|
-
<p style="font-weight:300">Overpass <i>Overpass</i></p>
|
|
11
|
-
<p style="font-weight:400">Overpass <i>Overpass</i></p>
|
|
12
|
-
<p style="font-weight:500">Overpass <i>Overpass</i></p>
|
|
13
|
-
<p style="font-weight:600">Overpass <i>Overpass</i></p>
|
|
14
|
-
<p style="font-weight:700">Overpass <i>Overpass</i></p>
|
|
15
|
-
<p style="font-weight:800">Overpass <i>Overpass</i></p>
|
|
16
|
-
<p style="font-weight:900">Overpass <i>Overpass</i></p>
|
|
17
|
-
</body>
|
|
18
|
-
</html>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'overpass';
|
|
3
|
-
src: url('overpass-thin.woff2') format('woff2'),
|
|
4
|
-
url('overpass-thin.woff') format('woff');
|
|
5
|
-
font-weight: 200;
|
|
6
|
-
font-style: normal;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'overpass';
|
|
11
|
-
src: url('overpass-thin-italic.woff2') format('woff2'),
|
|
12
|
-
url('overpass-thin-italic.woff') format('woff');
|
|
13
|
-
font-weight: 200;
|
|
14
|
-
font-style: italic;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: 'overpass';
|
|
20
|
-
src: url('overpass-extralight.woff2') format('woff2'),
|
|
21
|
-
url('overpass-extralight.woff') format('woff');
|
|
22
|
-
font-weight: 300;
|
|
23
|
-
font-style: normal;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: 'overpass';
|
|
28
|
-
src: url('overpass-extralight-italic.woff2') format('woff2'),
|
|
29
|
-
url('overpass-extralight-italic.woff') format('woff');
|
|
30
|
-
font-weight: 300;
|
|
31
|
-
font-style: italic;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'overpass';
|
|
38
|
-
src: url('overpass-light.woff2') format('woff2'),
|
|
39
|
-
url('overpass-light.woff') format('woff');
|
|
40
|
-
font-weight: 400;
|
|
41
|
-
font-style: normal;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@font-face {
|
|
45
|
-
font-family: 'overpass';
|
|
46
|
-
src: url('overpass-light-italic.woff2') format('woff2'),
|
|
47
|
-
url('overpass-light-italic.woff') format('woff');
|
|
48
|
-
font-weight: 400;
|
|
49
|
-
font-style: italic;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
@font-face {
|
|
55
|
-
font-family: 'overpass';
|
|
56
|
-
src: url('overpass-regular.woff2') format('woff2'),
|
|
57
|
-
url('overpass-regular.woff') format('woff');
|
|
58
|
-
font-weight: 500;
|
|
59
|
-
font-style: normal;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@font-face {
|
|
63
|
-
font-family: 'overpass';
|
|
64
|
-
src: url('overpass-italic.woff2') format('woff2'),
|
|
65
|
-
url('overpass-italic.woff') format('woff');
|
|
66
|
-
font-weight: 500;
|
|
67
|
-
font-style: italic;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
@font-face {
|
|
74
|
-
font-family: 'overpass';
|
|
75
|
-
src: url('overpass-semibold.woff2') format('woff2'),
|
|
76
|
-
url('overpass-semibold.woff') format('woff');
|
|
77
|
-
font-weight: 600;
|
|
78
|
-
font-style: normal;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
@font-face {
|
|
82
|
-
font-family: 'overpass';
|
|
83
|
-
src: url('overpass-semibold-italic.woff2') format('woff2'),
|
|
84
|
-
url('overpass-semibold-italic.woff') format('woff');
|
|
85
|
-
font-weight: 600;
|
|
86
|
-
font-style: italic;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
@font-face {
|
|
93
|
-
font-family: 'overpass';
|
|
94
|
-
src: url('overpass-bold.woff2') format('woff2'),
|
|
95
|
-
url('overpass-bold.woff') format('woff');
|
|
96
|
-
font-weight: 700;
|
|
97
|
-
font-style: normal;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
@font-face {
|
|
101
|
-
font-family: 'overpass';
|
|
102
|
-
src: url('overpass-bold-italic.woff2') format('woff2'),
|
|
103
|
-
url('overpass-bold-italic.woff') format('woff');
|
|
104
|
-
font-weight: 700;
|
|
105
|
-
font-style: italic;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
@font-face {
|
|
111
|
-
font-family: 'overpass';
|
|
112
|
-
src: url('overpass-extrabold.woff2') format('woff2'),
|
|
113
|
-
url('overpass-extrabold.woff') format('woff');
|
|
114
|
-
font-weight: 800;
|
|
115
|
-
font-style: normal;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
@font-face {
|
|
119
|
-
font-family: 'overpass';
|
|
120
|
-
src: url('overpass-extrabold-italic.woff2') format('woff2'),
|
|
121
|
-
url('overpass-extrabold-italic.woff') format('woff');
|
|
122
|
-
font-weight: 800;
|
|
123
|
-
font-style: italic;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
@font-face {
|
|
128
|
-
font-family: 'overpass';
|
|
129
|
-
src: url('overpass-heavy.woff2') format('woff2'),
|
|
130
|
-
url('overpass-heavy.woff') format('woff');
|
|
131
|
-
font-weight: 900;
|
|
132
|
-
font-style: normal;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
@font-face {
|
|
136
|
-
font-family: 'overpass';
|
|
137
|
-
src: url('overpass-heavy-italic.woff2') format('woff2'),
|
|
138
|
-
url('overpass-heavy-italic.woff') format('woff');
|
|
139
|
-
font-weight: 900;
|
|
140
|
-
font-style: italic;
|
|
141
|
-
}
|