@pingux/astro 2.119.0-alpha.3 → 2.119.0
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/lib/cjs/fonts.d.ts +2 -0
- package/lib/cjs/fonts.js +11 -0
- package/lib/fonts.js +2 -0
- package/package.json +1 -1
- package/lib/cjs/fonts.jsx +0 -137
- package/lib/fonts.jsx +0 -137
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const pingitoFont = "\n @font-face {\n font-weight: 200;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Light.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Regular.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-SemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Bold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 900;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ExtraBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 200;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicLight.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Italic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicSemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicBold.ttf\");\n size-adjust: 100%;\n }\n";
|
|
2
|
+
export declare const openSansFont = "\n @font-face {\n font-weight: 200;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Light.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Regular.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Bold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 900;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-ExtraBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 200;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-LightItalic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Italic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBoldItalic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-BoldItalic.ttf\");\n size-adjust: 100%;\n }\n";
|
package/lib/cjs/fonts.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
4
|
+
_Object$defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.pingitoFont = exports.openSansFont = void 0;
|
|
8
|
+
var pingitoFont = "\n @font-face {\n font-weight: 200;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Light.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Regular.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-SemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Bold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 900;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ExtraBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 200;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicLight.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Italic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicSemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicBold.ttf\");\n size-adjust: 100%;\n }\n";
|
|
9
|
+
exports.pingitoFont = pingitoFont;
|
|
10
|
+
var openSansFont = "\n @font-face {\n font-weight: 200;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Light.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Regular.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Bold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 900;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-ExtraBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 200;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-LightItalic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Italic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBoldItalic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-BoldItalic.ttf\");\n size-adjust: 100%;\n }\n";
|
|
11
|
+
exports.openSansFont = openSansFont;
|
package/lib/fonts.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export var pingitoFont = "\n @font-face {\n font-weight: 200;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Light.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Regular.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-SemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Bold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 900;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ExtraBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 200;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicLight.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Italic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicSemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-style: italic;\n font-family: \"pingito\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicBold.ttf\");\n size-adjust: 100%;\n }\n";
|
|
2
|
+
export var openSansFont = "\n @font-face {\n font-weight: 200;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Light.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Regular.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Bold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 900;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-ExtraBold.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 200;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-LightItalic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 400;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Italic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 600;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBoldItalic.ttf\");\n size-adjust: 100%;\n }\n\n @font-face {\n font-weight: 700;\n font-style: italic;\n font-family: \"Open Sans\";\n src: url(\"https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-BoldItalic.ttf\");\n size-adjust: 100%;\n }\n";
|
package/package.json
CHANGED
package/lib/cjs/fonts.jsx
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
export const pingitoFont = `
|
|
2
|
-
@font-face {
|
|
3
|
-
font-weight: 200;
|
|
4
|
-
font-family: "pingito";
|
|
5
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Light.ttf");
|
|
6
|
-
size-adjust: 100%;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
font-family: "pingito";
|
|
12
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Regular.ttf");
|
|
13
|
-
size-adjust: 100%;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@font-face {
|
|
17
|
-
font-weight: 600;
|
|
18
|
-
font-family: "pingito";
|
|
19
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-SemiBold.ttf");
|
|
20
|
-
size-adjust: 100%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@font-face {
|
|
24
|
-
font-weight: 700;
|
|
25
|
-
font-family: "pingito";
|
|
26
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Bold.ttf");
|
|
27
|
-
size-adjust: 100%;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@font-face {
|
|
31
|
-
font-weight: 900;
|
|
32
|
-
font-family: "pingito";
|
|
33
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ExtraBold.ttf");
|
|
34
|
-
size-adjust: 100%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@font-face {
|
|
38
|
-
font-weight: 200;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
font-family: "pingito";
|
|
41
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicLight.ttf");
|
|
42
|
-
size-adjust: 100%;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@font-face {
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
font-style: italic;
|
|
48
|
-
font-family: "pingito";
|
|
49
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Italic.ttf");
|
|
50
|
-
size-adjust: 100%;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@font-face {
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
font-style: italic;
|
|
56
|
-
font-family: "pingito";
|
|
57
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicSemiBold.ttf");
|
|
58
|
-
size-adjust: 100%;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
@font-face {
|
|
62
|
-
font-weight: 700;
|
|
63
|
-
font-style: italic;
|
|
64
|
-
font-family: "pingito";
|
|
65
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicBold.ttf");
|
|
66
|
-
size-adjust: 100%;
|
|
67
|
-
}
|
|
68
|
-
`;
|
|
69
|
-
|
|
70
|
-
export const openSansFont = `
|
|
71
|
-
@font-face {
|
|
72
|
-
font-weight: 200;
|
|
73
|
-
font-family: "Open Sans";
|
|
74
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Light.ttf");
|
|
75
|
-
size-adjust: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@font-face {
|
|
79
|
-
font-weight: 400;
|
|
80
|
-
font-family: "Open Sans";
|
|
81
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Regular.ttf");
|
|
82
|
-
size-adjust: 100%;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@font-face {
|
|
86
|
-
font-weight: 600;
|
|
87
|
-
font-family: "Open Sans";
|
|
88
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBold.ttf");
|
|
89
|
-
size-adjust: 100%;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@font-face {
|
|
93
|
-
font-weight: 700;
|
|
94
|
-
font-family: "Open Sans";
|
|
95
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Bold.ttf");
|
|
96
|
-
size-adjust: 100%;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@font-face {
|
|
100
|
-
font-weight: 900;
|
|
101
|
-
font-family: "Open Sans";
|
|
102
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-ExtraBold.ttf");
|
|
103
|
-
size-adjust: 100%;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@font-face {
|
|
107
|
-
font-weight: 200;
|
|
108
|
-
font-style: italic;
|
|
109
|
-
font-family: "Open Sans";
|
|
110
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-LightItalic.ttf");
|
|
111
|
-
size-adjust: 100%;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
@font-face {
|
|
115
|
-
font-weight: 400;
|
|
116
|
-
font-style: italic;
|
|
117
|
-
font-family: "Open Sans";
|
|
118
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Italic.ttf");
|
|
119
|
-
size-adjust: 100%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@font-face {
|
|
123
|
-
font-weight: 600;
|
|
124
|
-
font-style: italic;
|
|
125
|
-
font-family: "Open Sans";
|
|
126
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBoldItalic.ttf");
|
|
127
|
-
size-adjust: 100%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
@font-face {
|
|
131
|
-
font-weight: 700;
|
|
132
|
-
font-style: italic;
|
|
133
|
-
font-family: "Open Sans";
|
|
134
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-BoldItalic.ttf");
|
|
135
|
-
size-adjust: 100%;
|
|
136
|
-
}
|
|
137
|
-
`;
|
package/lib/fonts.jsx
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
export const pingitoFont = `
|
|
2
|
-
@font-face {
|
|
3
|
-
font-weight: 200;
|
|
4
|
-
font-family: "pingito";
|
|
5
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Light.ttf");
|
|
6
|
-
size-adjust: 100%;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-weight: 400;
|
|
11
|
-
font-family: "pingito";
|
|
12
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Regular.ttf");
|
|
13
|
-
size-adjust: 100%;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@font-face {
|
|
17
|
-
font-weight: 600;
|
|
18
|
-
font-family: "pingito";
|
|
19
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-SemiBold.ttf");
|
|
20
|
-
size-adjust: 100%;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@font-face {
|
|
24
|
-
font-weight: 700;
|
|
25
|
-
font-family: "pingito";
|
|
26
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Bold.ttf");
|
|
27
|
-
size-adjust: 100%;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@font-face {
|
|
31
|
-
font-weight: 900;
|
|
32
|
-
font-family: "pingito";
|
|
33
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ExtraBold.ttf");
|
|
34
|
-
size-adjust: 100%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
@font-face {
|
|
38
|
-
font-weight: 200;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
font-family: "pingito";
|
|
41
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicLight.ttf");
|
|
42
|
-
size-adjust: 100%;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@font-face {
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
font-style: italic;
|
|
48
|
-
font-family: "pingito";
|
|
49
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-Italic.ttf");
|
|
50
|
-
size-adjust: 100%;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@font-face {
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
font-style: italic;
|
|
56
|
-
font-family: "pingito";
|
|
57
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicSemiBold.ttf");
|
|
58
|
-
size-adjust: 100%;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
@font-face {
|
|
62
|
-
font-weight: 700;
|
|
63
|
-
font-style: italic;
|
|
64
|
-
font-family: "pingito";
|
|
65
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.0/css/fonts/Pingito-ItalicBold.ttf");
|
|
66
|
-
size-adjust: 100%;
|
|
67
|
-
}
|
|
68
|
-
`;
|
|
69
|
-
|
|
70
|
-
export const openSansFont = `
|
|
71
|
-
@font-face {
|
|
72
|
-
font-weight: 200;
|
|
73
|
-
font-family: "Open Sans";
|
|
74
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Light.ttf");
|
|
75
|
-
size-adjust: 100%;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@font-face {
|
|
79
|
-
font-weight: 400;
|
|
80
|
-
font-family: "Open Sans";
|
|
81
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Regular.ttf");
|
|
82
|
-
size-adjust: 100%;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@font-face {
|
|
86
|
-
font-weight: 600;
|
|
87
|
-
font-family: "Open Sans";
|
|
88
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBold.ttf");
|
|
89
|
-
size-adjust: 100%;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@font-face {
|
|
93
|
-
font-weight: 700;
|
|
94
|
-
font-family: "Open Sans";
|
|
95
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Bold.ttf");
|
|
96
|
-
size-adjust: 100%;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@font-face {
|
|
100
|
-
font-weight: 900;
|
|
101
|
-
font-family: "Open Sans";
|
|
102
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-ExtraBold.ttf");
|
|
103
|
-
size-adjust: 100%;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@font-face {
|
|
107
|
-
font-weight: 200;
|
|
108
|
-
font-style: italic;
|
|
109
|
-
font-family: "Open Sans";
|
|
110
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-LightItalic.ttf");
|
|
111
|
-
size-adjust: 100%;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
@font-face {
|
|
115
|
-
font-weight: 400;
|
|
116
|
-
font-style: italic;
|
|
117
|
-
font-family: "Open Sans";
|
|
118
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-Italic.ttf");
|
|
119
|
-
size-adjust: 100%;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@font-face {
|
|
123
|
-
font-weight: 600;
|
|
124
|
-
font-style: italic;
|
|
125
|
-
font-family: "Open Sans";
|
|
126
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-SemiBoldItalic.ttf");
|
|
127
|
-
size-adjust: 100%;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
@font-face {
|
|
131
|
-
font-weight: 700;
|
|
132
|
-
font-style: italic;
|
|
133
|
-
font-family: "Open Sans";
|
|
134
|
-
src: url("https://assets.pingone.com/ux/end-user/2.19.1/fonts/OpenSans-BoldItalic.ttf");
|
|
135
|
-
size-adjust: 100%;
|
|
136
|
-
}
|
|
137
|
-
`;
|