promptfont 1.12.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/LICENSE.txt +91 -0
- package/README.md +65 -0
- package/glyphs.json +7034 -0
- package/index.css +251 -0
- package/index.html +3498 -0
- package/package.json +39 -0
- package/promptfont.css +454 -0
- package/promptfont.otf +0 -0
- package/promptfont.ttf +0 -0
- package/promptfont.woff +0 -0
- package/promptfont.woff2 +0 -0
- package/tags.txt +295 -0
package/package.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "promptfont",
|
|
3
|
+
"version": "1.12.0",
|
|
4
|
+
"description": "A font designed for button prompts and user interfaces in games.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"css",
|
|
7
|
+
"font",
|
|
8
|
+
"icons"
|
|
9
|
+
],
|
|
10
|
+
"author": "Yukari Hafner <shinmera@tymoon.eu>",
|
|
11
|
+
"license": "(OFL-1.1 OR zlib)",
|
|
12
|
+
"homepage": "https://shinmera.com/promptfont",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://shinmera.com/projects/promptfont/issues",
|
|
15
|
+
"email": "shinmera@shirakumo.org"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://shinmera.com/projects/promptfont.git"
|
|
20
|
+
},
|
|
21
|
+
"funding": {
|
|
22
|
+
"type": "patreon",
|
|
23
|
+
"url": "https://patreon.com/shinmera"
|
|
24
|
+
},
|
|
25
|
+
"browser": "index.html",
|
|
26
|
+
"style": "promptfont.css",
|
|
27
|
+
"files": [
|
|
28
|
+
"index.css",
|
|
29
|
+
"index.html",
|
|
30
|
+
"glyphs.json",
|
|
31
|
+
"tags.txt",
|
|
32
|
+
"promptfont.ttf",
|
|
33
|
+
"promptfont.otf",
|
|
34
|
+
"promptfont.woff",
|
|
35
|
+
"promptfont.woff2",
|
|
36
|
+
"promptfont.css"
|
|
37
|
+
],
|
|
38
|
+
"dependencies": {}
|
|
39
|
+
}
|
package/promptfont.css
ADDED
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
/* PromptFont by Yukari "Shinmera" Hafner, accessible at https://shinmera.com/promptfont */
|
|
2
|
+
@font-face{font-family:"PromptFont";font-weight:normal;font-style:normal;src:url("promptfont.woff2")format("woff2"),url("promptfont.woff")format("woff"),url("promptfont.otf")format("opentype"),url("promptfont.ttf")format("truetype");}
|
|
3
|
+
.pf{font-family:"PromptFont";font-style:normal;}
|
|
4
|
+
.pf-icon-exchange:before{content:"\2194"}
|
|
5
|
+
.pf-icon-reverse:before{content:"\2195"}
|
|
6
|
+
.pf-xbox-left-trigger:before{content:"\2196"}
|
|
7
|
+
.pf-xbox-right-trigger:before{content:"\2197"}
|
|
8
|
+
.pf-xbox-left-shoulder:before{content:"\2198"}
|
|
9
|
+
.pf-xbox-right-shoulder:before{content:"\2199"}
|
|
10
|
+
.pf-nintendo-left-trigger:before{content:"\219A"}
|
|
11
|
+
.pf-nintendo-right-trigger:before{content:"\219B"}
|
|
12
|
+
.pf-nintendo-left-shoulder:before{content:"\219C"}
|
|
13
|
+
.pf-nintendo-right-shoulder:before{content:"\219D"}
|
|
14
|
+
.pf-dpad-left:before{content:"\219E"}
|
|
15
|
+
.pf-dpad-up:before{content:"\219F"}
|
|
16
|
+
.pf-dpad-right:before{content:"\21A0"}
|
|
17
|
+
.pf-dpad-down:before{content:"\21A1"}
|
|
18
|
+
.pf-dpad-left-right:before{content:"\21A2"}
|
|
19
|
+
.pf-dpad-up-down:before{content:"\21A3"}
|
|
20
|
+
.pf-gamepad-x:before{content:"\21A4"}
|
|
21
|
+
.pf-gamepad-y:before{content:"\21A5"}
|
|
22
|
+
.pf-gamepad-b:before{content:"\21A6"}
|
|
23
|
+
.pf-gamepad-a:before{content:"\21A7"}
|
|
24
|
+
.pf-gamepad-buttons:before{content:"\21A8"}
|
|
25
|
+
.pf-analog-l-clockwise:before{content:"\21A9"}
|
|
26
|
+
.pf-analog-l-counter:before{content:"\21AA"}
|
|
27
|
+
.pf-analog-r-clockwise:before{content:"\21AB"}
|
|
28
|
+
.pf-analog-r-counter:before{content:"\21AC"}
|
|
29
|
+
.pf-analog-lr-blockwise:before{content:"\21AD"}
|
|
30
|
+
.pf-analog-lr-counter:before{content:"\21AE"}
|
|
31
|
+
.pf-sony-left-shoulder:before{content:"\21B0"}
|
|
32
|
+
.pf-sony-right-shoulder:before{content:"\21B1"}
|
|
33
|
+
.pf-sony-left-trigger:before{content:"\21B2"}
|
|
34
|
+
.pf-sony-right-trigger:before{content:"\21B3"}
|
|
35
|
+
.pf-dpad-left-down:before{content:"\21B4"}
|
|
36
|
+
.pf-gamepad-up-right:before{content:"\21B5"}
|
|
37
|
+
.pf-analog-clockwise:before{content:"\21B6"}
|
|
38
|
+
.pf-analog-counter:before{content:"\21B7"}
|
|
39
|
+
.pf-analog-stick-click:before{content:"\21B8"}
|
|
40
|
+
.pf-analog-click:before{content:"\21B9"}
|
|
41
|
+
.pf-analog-l-click:before{content:"\21BA"}
|
|
42
|
+
.pf-analog-r-click:before{content:"\21BB"}
|
|
43
|
+
.pf-analog-l-left:before{content:"\21BC"}
|
|
44
|
+
.pf-analog-r-left:before{content:"\21BD"}
|
|
45
|
+
.pf-analog-l-up:before{content:"\21BE"}
|
|
46
|
+
.pf-analog-r-up:before{content:"\21BF"}
|
|
47
|
+
.pf-analog-l-right:before{content:"\21C0"}
|
|
48
|
+
.pf-analog-r-right:before{content:"\21C1"}
|
|
49
|
+
.pf-analog-l-down:before{content:"\21C2"}
|
|
50
|
+
.pf-analog-r-down:before{content:"\21C3"}
|
|
51
|
+
.pf-analog-l-left-right:before{content:"\21C4"}
|
|
52
|
+
.pf-analog-l-up-down:before{content:"\21C5"}
|
|
53
|
+
.pf-analog-r-left-right:before{content:"\21C6"}
|
|
54
|
+
.pf-analog-left:before{content:"\21C7"}
|
|
55
|
+
.pf-analog-up:before{content:"\21C8"}
|
|
56
|
+
.pf-analog-right:before{content:"\21C9"}
|
|
57
|
+
.pf-analog-down:before{content:"\21CA"}
|
|
58
|
+
.pf-analog-l:before{content:"\21CB"}
|
|
59
|
+
.pf-analog-r:before{content:"\21CC"}
|
|
60
|
+
.pf-analog-stick:before{content:"\21CD"}
|
|
61
|
+
.pf-dpad:before{content:"\21CE"}
|
|
62
|
+
.pf-xbox-x:before{content:"\21D0"}
|
|
63
|
+
.pf-xbox-y:before{content:"\21D1"}
|
|
64
|
+
.pf-xbox-b:before{content:"\21D2"}
|
|
65
|
+
.pf-xbox-a:before{content:"\21D3"}
|
|
66
|
+
.pf-analog-left-right:before{content:"\21D4"}
|
|
67
|
+
.pf-analog-up-down:before{content:"\21D5"}
|
|
68
|
+
.pf-analog-up-left:before{content:"\21D6"}
|
|
69
|
+
.pf-analog-up-right:before{content:"\21D7"}
|
|
70
|
+
.pf-analog-down-right:before{content:"\21D8"}
|
|
71
|
+
.pf-analog-down-left:before{content:"\21D9"}
|
|
72
|
+
.pf-analog-l-touch:before{content:"\21DA"}
|
|
73
|
+
.pf-analog-r-touch:before{content:"\21DB"}
|
|
74
|
+
.pf-xbox-left-trigger-pull:before{content:"\21DC"}
|
|
75
|
+
.pf-xbox-right-trigger-pull:before{content:"\21DD"}
|
|
76
|
+
.pf-dpad-right-down:before{content:"\21DE"}
|
|
77
|
+
.pf-dupad-left-up:before{content:"\21DF"}
|
|
78
|
+
.pf-sony-x:before{content:"\21E0"}
|
|
79
|
+
.pf-sony-y:before{content:"\21E1"}
|
|
80
|
+
.pf-sony-b:before{content:"\21E2"}
|
|
81
|
+
.pf-sony-a:before{content:"\21E3"}
|
|
82
|
+
.pf-steam-menu:before{content:"\21E4"}
|
|
83
|
+
.pf-steam-options:before{content:"\21E5"}
|
|
84
|
+
.pf-sony-share:before{content:"\21E6"}
|
|
85
|
+
.pf-sony-touchpad:before{content:"\21E7"}
|
|
86
|
+
.pf-sony-options:before{content:"\21E8"}
|
|
87
|
+
.pf-nintendo-button-z:before{content:"\21E9"}
|
|
88
|
+
.pf-nintendo-trigger-z:before{content:"\21EA"}
|
|
89
|
+
.pf-nintendo-c:before{content:"\21EB"}
|
|
90
|
+
.pf-nintendo-z:before{content:"\21EC"}
|
|
91
|
+
.pf-nintendo-1:before{content:"\21ED"}
|
|
92
|
+
.pf-nintendo-2:before{content:"\21EE"}
|
|
93
|
+
.pf-sony-left-stick:before{content:"\21EF"}
|
|
94
|
+
.pf-sony-right-stick:before{content:"\21F0"}
|
|
95
|
+
.pf-analog-l-any:before{content:"\21F1"}
|
|
96
|
+
.pf-analog-r-any:before{content:"\21F2"}
|
|
97
|
+
.pf-analog-any:before{content:"\21F3"}
|
|
98
|
+
.pf-analog-r-up-down:before{content:"\21F5"}
|
|
99
|
+
.pf-gamepad-select:before{content:"\21F7"}
|
|
100
|
+
.pf-gamepad-start:before{content:"\21F8"}
|
|
101
|
+
.pf-gamepad-home:before{content:"\21F9"}
|
|
102
|
+
.pf-xbox-view:before{content:"\21FA"}
|
|
103
|
+
.pf-xbox-menu:before{content:"\21FB"}
|
|
104
|
+
.pf-nintendo-minus:before{content:"\21FD"}
|
|
105
|
+
.pf-nintendo-plus:before{content:"\21FE"}
|
|
106
|
+
.pf-nintendo-dpad-left:before{content:"\21FF"}
|
|
107
|
+
.pf-nintendo-dpad-up:before{content:"\2200"}
|
|
108
|
+
.pf-nintendo-dpad-right:before{content:"\2201"}
|
|
109
|
+
.pf-nintendo-dpad-down:before{content:"\2202"}
|
|
110
|
+
.pf-nintendo-joycon-sl:before{content:"\2203"}
|
|
111
|
+
.pf-nintendo-joycon-sr:before{content:"\2204"}
|
|
112
|
+
.pf-legion-settings:before{content:"\2205"}
|
|
113
|
+
.pf-sony-dualsense-share:before{content:"\2206"}
|
|
114
|
+
.pf-sony-dualsense-touchpad:before{content:"\2207"}
|
|
115
|
+
.pf-sony-dualsense-options:before{content:"\2208"}
|
|
116
|
+
.pf-ayaneo-lc:before{content:"\2209"}
|
|
117
|
+
.pf-ayaneo-rc:before{content:"\220A"}
|
|
118
|
+
.pf-ayaneo-wave:before{content:"\220B"}
|
|
119
|
+
.pf-ayn-home:before{content:"\220C"}
|
|
120
|
+
.pf-ayn-lcc:before{content:"\220D"}
|
|
121
|
+
.pf-gpd-c1:before{content:"\220E"}
|
|
122
|
+
.pf-gpd-c2:before{content:"\220F"}
|
|
123
|
+
.pf-onexplayer-keyboard:before{content:"\2210"}
|
|
124
|
+
.pf-onexplayer-turbo:before{content:"\2211"}
|
|
125
|
+
.pf-gamepad-m1:before{content:"\2212"}
|
|
126
|
+
.pf-gamepad-m2:before{content:"\2213"}
|
|
127
|
+
.pf-gamepad-m3:before{content:"\2214"}
|
|
128
|
+
.pf-gamepad-y1:before{content:"\2215"}
|
|
129
|
+
.pf-gamepad-y2:before{content:"\2216"}
|
|
130
|
+
.pf-gamepad-y3:before{content:"\2217"}
|
|
131
|
+
.pf-onexplayer-function:before{content:"\2218"}
|
|
132
|
+
.pf-onexplayer-home:before{content:"\2219"}
|
|
133
|
+
.pf-gpd-menu:before{content:"\221A"}
|
|
134
|
+
.pf-orangepi-controller:before{content:"\221B"}
|
|
135
|
+
.pf-orangepi-home:before{content:"\221C"}
|
|
136
|
+
.pf-zotac-zone-logo:before{content:"\221D"}
|
|
137
|
+
.pf-zotac-zone-menu:before{content:"\221E"}
|
|
138
|
+
.pf-gamepad-x-b:before{content:"\2225"}
|
|
139
|
+
.pf-gamepad-a-y:before{content:"\2226"}
|
|
140
|
+
.pf-gamepad-x-y:before{content:"\2227"}
|
|
141
|
+
.pf-gamepad-b-y:before{content:"\2228"}
|
|
142
|
+
.pf-gamepad-a-b:before{content:"\2229"}
|
|
143
|
+
.pf-gamepad-x-a:before{content:"\222A"}
|
|
144
|
+
.pf-button-press:before{content:"\222B"}
|
|
145
|
+
.pf-button-double-press:before{content:"\222C"}
|
|
146
|
+
.pf-button-hold-press:before{content:"\222D"}
|
|
147
|
+
.pf-button-hold-release:before{content:"\222E"}
|
|
148
|
+
.pf-button-hold:before{content:"\222F"}
|
|
149
|
+
.pf-trackpad-l-any:before{content:"\2264"}
|
|
150
|
+
.pf-trackpad-r-any:before{content:"\2265"}
|
|
151
|
+
.pf-trackpad-l-click:before{content:"\2266"}
|
|
152
|
+
.pf-trackpad-r-click:before{content:"\2267"}
|
|
153
|
+
.pf-trackpad-l-touch:before{content:"\2268"}
|
|
154
|
+
.pf-trackpad-r-touch:before{content:"\2269"}
|
|
155
|
+
.pf-trackpad-l-left-right:before{content:"\226A"}
|
|
156
|
+
.pf-trackpad-l-up-down:before{content:"\226B"}
|
|
157
|
+
.pf-trackpad-r-left-right:before{content:"\226C"}
|
|
158
|
+
.pf-trackpad-r-up-down:before{content:"\226D"}
|
|
159
|
+
.pf-trackpad-l-left:before{content:"\226E"}
|
|
160
|
+
.pf-trackpad-r-left:before{content:"\226F"}
|
|
161
|
+
.pf-trackpad-l-up:before{content:"\2270"}
|
|
162
|
+
.pf-trackpad-r-up:before{content:"\2271"}
|
|
163
|
+
.pf-trackpad-l-right:before{content:"\2272"}
|
|
164
|
+
.pf-trackpad-r-right:before{content:"\2273"}
|
|
165
|
+
.pf-trackpad-l-down:before{content:"\2274"}
|
|
166
|
+
.pf-trackpad-r-down:before{content:"\2275"}
|
|
167
|
+
.pf-gamepad-l4:before{content:"\2276"}
|
|
168
|
+
.pf-gamepad-r4:before{content:"\2277"}
|
|
169
|
+
.pf-gamepad-l5:before{content:"\2278"}
|
|
170
|
+
.pf-gamepad-r5:before{content:"\2279"}
|
|
171
|
+
.pf-xbox-dpad-left:before{content:"\227A"}
|
|
172
|
+
.pf-xbox-dpad-up:before{content:"\227B"}
|
|
173
|
+
.pf-xbox-dpad-right:before{content:"\227C"}
|
|
174
|
+
.pf-xbox-dpad-down:before{content:"\227D"}
|
|
175
|
+
.pf-xbox-dpad-left-right:before{content:"\227E"}
|
|
176
|
+
.pf-xbox-dpad-up-down:before{content:"\227F"}
|
|
177
|
+
.pf-xbox-dpad-left-up:before{content:"\2280"}
|
|
178
|
+
.pf-xbox-dpad-right-up:before{content:"\2281"}
|
|
179
|
+
.pf-xbox-dpad-left-down:before{content:"\2282"}
|
|
180
|
+
.pf-xbox-dpad-right-down:before{content:"\2283"}
|
|
181
|
+
.pf-xbox-dpad:before{content:"\2284"}
|
|
182
|
+
.pf-icon-pin:before{content:"\2316"}
|
|
183
|
+
.pf-android-tabs:before{content:"\23CD"}
|
|
184
|
+
.pf-android-back:before{content:"\23CE"}
|
|
185
|
+
.pf-android-home:before{content:"\23CF"}
|
|
186
|
+
.pf-android-horizontal-dots:before{content:"\23D0"}
|
|
187
|
+
.pf-android-vertical-dots:before{content:"\23D1"}
|
|
188
|
+
.pf-android-hamburger-menu:before{content:"\23D2"}
|
|
189
|
+
.pf-keyboard-left:before{content:"\23F4"}
|
|
190
|
+
.pf-keyboard-right:before{content:"\23F5"}
|
|
191
|
+
.pf-keyboard-up:before{content:"\23F6"}
|
|
192
|
+
.pf-keyboard-down:before{content:"\23F7"}
|
|
193
|
+
.pf-keyboard-84562:before{content:"\2422"}
|
|
194
|
+
.pf-keyboard-wasd:before{content:"\2423"}
|
|
195
|
+
.pf-keyboard-arrows:before{content:"\2424"}
|
|
196
|
+
.pf-keyboard-ijkl:before{content:"\2425"}
|
|
197
|
+
.pf-keyboard-fn:before{content:"\2426"}
|
|
198
|
+
.pf-keyboard-control:before{content:"\2427"}
|
|
199
|
+
.pf-keyboard-alt:before{content:"\2428"}
|
|
200
|
+
.pf-keyboard-shift:before{content:"\2429"}
|
|
201
|
+
.pf-keyboard-super:before{content:"\242A"}
|
|
202
|
+
.pf-keyboard-tab:before{content:"\242B"}
|
|
203
|
+
.pf-keyboard-caps:before{content:"\242C"}
|
|
204
|
+
.pf-keyboard-backspace:before{content:"\242D"}
|
|
205
|
+
.pf-keyboard-enter:before{content:"\242E"}
|
|
206
|
+
.pf-keyboard-escape:before{content:"\242F"}
|
|
207
|
+
.pf-keyboard-print-screen:before{content:"\2430"}
|
|
208
|
+
.pf-keyboard-scroll-lock:before{content:"\2431"}
|
|
209
|
+
.pf-keyboard-pause:before{content:"\2432"}
|
|
210
|
+
.pf-keyboard-num-lock:before{content:"\2433"}
|
|
211
|
+
.pf-keyboard-insert:before{content:"\2434"}
|
|
212
|
+
.pf-keyboard-home:before{content:"\2435"}
|
|
213
|
+
.pf-keyboard-page-up:before{content:"\2436"}
|
|
214
|
+
.pf-keyboard-delete:before{content:"\2437"}
|
|
215
|
+
.pf-keyboard-end:before{content:"\2438"}
|
|
216
|
+
.pf-keyboard-page-down:before{content:"\2439"}
|
|
217
|
+
.pf-keyboard-space:before{content:"\243A"}
|
|
218
|
+
.pf-device-gamepad:before{content:"\243C"}
|
|
219
|
+
.pf-device-keyboard:before{content:"\243D"}
|
|
220
|
+
.pf-device-mouse:before{content:"\243E"}
|
|
221
|
+
.pf-device-mouse-keyboard:before{content:"\243F"}
|
|
222
|
+
.pf-device-ds4:before{content:"\2440"}
|
|
223
|
+
.pf-device-dualsense:before{content:"\2441"}
|
|
224
|
+
.pf-device-x360:before{content:"\2442"}
|
|
225
|
+
.pf-device-numpad:before{content:"\2443"}
|
|
226
|
+
.pf-keyboard-alt-gr:before{content:"\244A"}
|
|
227
|
+
.pf-keyboard-alt-l:before{content:"\244B"}
|
|
228
|
+
.pf-keyboard-alt-r:before{content:"\244C"}
|
|
229
|
+
.pf-keyboard-control-l:before{content:"\244D"}
|
|
230
|
+
.pf-keyboard-control-r:before{content:"\244E"}
|
|
231
|
+
.pf-keyboard-shift-l:before{content:"\244F"}
|
|
232
|
+
.pf-keyboard-shift-r:before{content:"\2450"}
|
|
233
|
+
.pf-keyboard-option:before{content:"\2451"}
|
|
234
|
+
.pf-keyboard-command:before{content:"\2452"}
|
|
235
|
+
.pf-keyboard-f1:before{content:"\2460"}
|
|
236
|
+
.pf-keyboard-f2:before{content:"\2461"}
|
|
237
|
+
.pf-keyboard-f3:before{content:"\2462"}
|
|
238
|
+
.pf-keyboard-f4:before{content:"\2463"}
|
|
239
|
+
.pf-keyboard-f5:before{content:"\2464"}
|
|
240
|
+
.pf-keyboard-f6:before{content:"\2465"}
|
|
241
|
+
.pf-keyboard-f7:before{content:"\2466"}
|
|
242
|
+
.pf-keyboard-f8:before{content:"\2467"}
|
|
243
|
+
.pf-keyboard-f9:before{content:"\2468"}
|
|
244
|
+
.pf-keyboard-f10:before{content:"\2469"}
|
|
245
|
+
.pf-keyboard-f11:before{content:"\246A"}
|
|
246
|
+
.pf-keyboard-f12:before{content:"\246B"}
|
|
247
|
+
.pf-keyboard-numpad-1:before{content:"\2474"}
|
|
248
|
+
.pf-keyboard-numpad-2:before{content:"\2475"}
|
|
249
|
+
.pf-keyboard-numpad-3:before{content:"\2476"}
|
|
250
|
+
.pf-keyboard-numpad-4:before{content:"\2477"}
|
|
251
|
+
.pf-keyboard-numpad-5:before{content:"\2478"}
|
|
252
|
+
.pf-keyboard-numpad-6:before{content:"\2479"}
|
|
253
|
+
.pf-keyboard-numpad-7:before{content:"\247A"}
|
|
254
|
+
.pf-keyboard-numpad-8:before{content:"\247B"}
|
|
255
|
+
.pf-keyboard-numpad-9:before{content:"\247C"}
|
|
256
|
+
.pf-keyboard-numpad-0:before{content:"\247D"}
|
|
257
|
+
.pf-keyboard-numpad-dot:before{content:"\247E"}
|
|
258
|
+
.pf-keyboard-numpad-enter:before{content:"\247F"}
|
|
259
|
+
.pf-keyboard-numpad-minus:before{content:"\2480"}
|
|
260
|
+
.pf-keyboard-numpad-plus:before{content:"\2481"}
|
|
261
|
+
.pf-keyboard-numpad-slash:before{content:"\2482"}
|
|
262
|
+
.pf-keyboard-numpad-star:before{content:"\2483"}
|
|
263
|
+
.pf-keyboard-numpad-equals:before{content:"\2484"}
|
|
264
|
+
.pf-keyboard-key:before{content:"\248F"}
|
|
265
|
+
.pf-icon-1:before{content:"\24F5"}
|
|
266
|
+
.pf-icon-2:before{content:"\24F6"}
|
|
267
|
+
.pf-icon-3:before{content:"\24F7"}
|
|
268
|
+
.pf-icon-4:before{content:"\24F8"}
|
|
269
|
+
.pf-icon-5:before{content:"\24F9"}
|
|
270
|
+
.pf-icon-6:before{content:"\24FA"}
|
|
271
|
+
.pf-icon-7:before{content:"\24FB"}
|
|
272
|
+
.pf-icon-8:before{content:"\24FC"}
|
|
273
|
+
.pf-icon-9:before{content:"\24FD"}
|
|
274
|
+
.pf-icon-0:before{content:"\24FF"}
|
|
275
|
+
.pf-icon-sun:before{content:"\2600"}
|
|
276
|
+
.pf-icon-star:before{content:"\2605"}
|
|
277
|
+
.pf-icon-empty-star:before{content:"\2606"}
|
|
278
|
+
.pf-icon-skull:before{content:"\2620"}
|
|
279
|
+
.pf-icon-frown:before{content:"\2639"}
|
|
280
|
+
.pf-icon-smile:before{content:"\263A"}
|
|
281
|
+
.pf-icon-full-spade:before{content:"\2660"}
|
|
282
|
+
.pf-icon-empty-heart:before{content:"\2661"}
|
|
283
|
+
.pf-icon-empty-diamond:before{content:"\2662"}
|
|
284
|
+
.pf-icon-full-club:before{content:"\2663"}
|
|
285
|
+
.pf-icon-empty-spade:before{content:"\2664"}
|
|
286
|
+
.pf-icon-full-heart:before{content:"\2665"}
|
|
287
|
+
.pf-icon-full-diamond:before{content:"\2666"}
|
|
288
|
+
.pf-icon-empty-club:before{content:"\2667"}
|
|
289
|
+
.pf-icon-d4:before{content:"\2673"}
|
|
290
|
+
.pf-icon-d6:before{content:"\2674"}
|
|
291
|
+
.pf-icon-d8:before{content:"\2675"}
|
|
292
|
+
.pf-icon-d10:before{content:"\2676"}
|
|
293
|
+
.pf-icon-d12:before{content:"\2677"}
|
|
294
|
+
.pf-icon-d20:before{content:"\2678"}
|
|
295
|
+
.pf-icon-d6-1:before{content:"\2680"}
|
|
296
|
+
.pf-icon-d6-2:before{content:"\2681"}
|
|
297
|
+
.pf-icon-d6-3:before{content:"\2682"}
|
|
298
|
+
.pf-icon-d6-4:before{content:"\2683"}
|
|
299
|
+
.pf-icon-d6-5:before{content:"\2684"}
|
|
300
|
+
.pf-icon-d6-6:before{content:"\2685"}
|
|
301
|
+
.pf-icon-flag:before{content:"\2691"}
|
|
302
|
+
.pf-icon-gears:before{content:"\2699"}
|
|
303
|
+
.pf-icon-cross:before{content:"\2717"}
|
|
304
|
+
.pf-icon-spark:before{content:"\2726"}
|
|
305
|
+
.pf-icon-question:before{content:"\2753"}
|
|
306
|
+
.pf-icon-bang:before{content:"\2757"}
|
|
307
|
+
.pf-mouse-1:before{content:"\278A"}
|
|
308
|
+
.pf-mouse-2:before{content:"\278B"}
|
|
309
|
+
.pf-mouse-3:before{content:"\278C"}
|
|
310
|
+
.pf-mouse-4:before{content:"\278D"}
|
|
311
|
+
.pf-mouse-5:before{content:"\278E"}
|
|
312
|
+
.pf-mouse-6:before{content:"\278F"}
|
|
313
|
+
.pf-mouse-7:before{content:"\2790"}
|
|
314
|
+
.pf-mouse-8:before{content:"\2791"}
|
|
315
|
+
.pf-mouse-scroll-left:before{content:"\27EE"}
|
|
316
|
+
.pf-mouse-scroll-right:before{content:"\27EF"}
|
|
317
|
+
.pf-mouse-scroll-up:before{content:"\27F0"}
|
|
318
|
+
.pf-mouse-scroll-down:before{content:"\27F1"}
|
|
319
|
+
.pf-mouse-scroll-up-down:before{content:"\27F2"}
|
|
320
|
+
.pf-mouse-scroll-left-right:before{content:"\27F3"}
|
|
321
|
+
.pf-mouse-scroll-any:before{content:"\27F4"}
|
|
322
|
+
.pf-mouse-left:before{content:"\27F5"}
|
|
323
|
+
.pf-mouse-right:before{content:"\27F6"}
|
|
324
|
+
.pf-mouse-middle:before{content:"\27F7"}
|
|
325
|
+
.pf-mouse-move-left:before{content:"\27F8"}
|
|
326
|
+
.pf-mouse-move-up:before{content:"\27F9"}
|
|
327
|
+
.pf-mouse-left-right:before{content:"\27FA"}
|
|
328
|
+
.pf-mouse-up-down:before{content:"\27FB"}
|
|
329
|
+
.pf-mouse-any:before{content:"\27FC"}
|
|
330
|
+
.pf-mouse-move-right:before{content:"\27FD"}
|
|
331
|
+
.pf-mouse-move-down:before{content:"\27FE"}
|
|
332
|
+
.pf-icon-box:before{content:"\2B1B"}
|
|
333
|
+
.pf-icon-playstation:before{content:"\E000"}
|
|
334
|
+
.pf-icon-xbox:before{content:"\E001"}
|
|
335
|
+
.pf-icon-nintendo-switch:before{content:"\E002"}
|
|
336
|
+
.pf-icon-ayaneo:before{content:"\E003"}
|
|
337
|
+
.pf-icon-lenovo-legion:before{content:"\E004"}
|
|
338
|
+
.pf-rog-ally-armoury:before{content:"\E005"}
|
|
339
|
+
.pf-rog-ally-command:before{content:"\E006"}
|
|
340
|
+
.pf-icon-mac:before{content:"\E007"}
|
|
341
|
+
.pf-icon-windows:before{content:"\E008"}
|
|
342
|
+
.pf-icon-linux:before{content:"\E009"}
|
|
343
|
+
.pf-icon-bsd:before{content:"\E00A"}
|
|
344
|
+
.pf-icon-steam:before{content:"\E00B"}
|
|
345
|
+
.pf-icon-itch-io:before{content:"\E00C"}
|
|
346
|
+
.pf-icon-humble:before{content:"\E00D"}
|
|
347
|
+
.pf-icon-epic-game-store:before{content:"\E00E"}
|
|
348
|
+
.pf-icon-good-old-games:before{content:"\E00F"}
|
|
349
|
+
.pf-msi-claw-center:before{content:"\E010"}
|
|
350
|
+
.pf-msi-claw-quick:before{content:"\E011"}
|
|
351
|
+
.pf-icon-meta:before{content:"\E012"}
|
|
352
|
+
.pf-keyboard-exclamation:before{content:"\FF01"}
|
|
353
|
+
.pf-keyboard-doublequote:before{content:"\FF02"}
|
|
354
|
+
.pf-keyboard-pound:before{content:"\FF03"}
|
|
355
|
+
.pf-keyboard-dollar:before{content:"\FF04"}
|
|
356
|
+
.pf-keyboard-percent:before{content:"\FF05"}
|
|
357
|
+
.pf-keyboard-ampersand:before{content:"\FF06"}
|
|
358
|
+
.pf-keyboard-quote:before{content:"\FF07"}
|
|
359
|
+
.pf-keyboard-open-parenthesis:before{content:"\FF08"}
|
|
360
|
+
.pf-keyboard-close-parenthesis:before{content:"\FF09"}
|
|
361
|
+
.pf-keyboard-star:before{content:"\FF0A"}
|
|
362
|
+
.pf-keyboard-plus:before{content:"\FF0B"}
|
|
363
|
+
.pf-keyboard-comma:before{content:"\FF0C"}
|
|
364
|
+
.pf-keyboard-dash:before{content:"\FF0D"}
|
|
365
|
+
.pf-keyboard-period:before{content:"\FF0E"}
|
|
366
|
+
.pf-keyboard-slash:before{content:"\FF0F"}
|
|
367
|
+
.pf-keyboard-0:before{content:"\FF10"}
|
|
368
|
+
.pf-keyboard-1:before{content:"\FF11"}
|
|
369
|
+
.pf-keyboard-2:before{content:"\FF12"}
|
|
370
|
+
.pf-keyboard-3:before{content:"\FF13"}
|
|
371
|
+
.pf-keyboard-4:before{content:"\FF14"}
|
|
372
|
+
.pf-keyboard-5:before{content:"\FF15"}
|
|
373
|
+
.pf-keyboard-6:before{content:"\FF16"}
|
|
374
|
+
.pf-keyboard-7:before{content:"\FF17"}
|
|
375
|
+
.pf-keyboard-8:before{content:"\FF18"}
|
|
376
|
+
.pf-keyboard-9:before{content:"\FF19"}
|
|
377
|
+
.pf-keyboard-colon:before{content:"\FF1A"}
|
|
378
|
+
.pf-keyboard-semicolon:before{content:"\FF1B"}
|
|
379
|
+
.pf-keyboard-open-caret:before{content:"\FF1C"}
|
|
380
|
+
.pf-keyboard-equals:before{content:"\FF1D"}
|
|
381
|
+
.pf-keyboard-close-caret:before{content:"\FF1E"}
|
|
382
|
+
.pf-keyboard-question-mark:before{content:"\FF1F"}
|
|
383
|
+
.pf-keyboard-at:before{content:"\FF20"}
|
|
384
|
+
.pf-keyboard-a:before{content:"\FF21"}
|
|
385
|
+
.pf-keyboard-b:before{content:"\FF22"}
|
|
386
|
+
.pf-keyboard-c:before{content:"\FF23"}
|
|
387
|
+
.pf-keyboard-d:before{content:"\FF24"}
|
|
388
|
+
.pf-keyboard-e:before{content:"\FF25"}
|
|
389
|
+
.pf-keyboard-f:before{content:"\FF26"}
|
|
390
|
+
.pf-keyboard-g:before{content:"\FF27"}
|
|
391
|
+
.pf-keyboard-h:before{content:"\FF28"}
|
|
392
|
+
.pf-keyboard-i:before{content:"\FF29"}
|
|
393
|
+
.pf-keyboard-j:before{content:"\FF2A"}
|
|
394
|
+
.pf-keyboard-k:before{content:"\FF2B"}
|
|
395
|
+
.pf-keyboard-l:before{content:"\FF2C"}
|
|
396
|
+
.pf-keyboard-m:before{content:"\FF2D"}
|
|
397
|
+
.pf-keyboard-n:before{content:"\FF2E"}
|
|
398
|
+
.pf-keyboard-o:before{content:"\FF2F"}
|
|
399
|
+
.pf-keyboard-p:before{content:"\FF30"}
|
|
400
|
+
.pf-keyboard-q:before{content:"\FF31"}
|
|
401
|
+
.pf-keyboard-r:before{content:"\FF32"}
|
|
402
|
+
.pf-keyboard-s:before{content:"\FF33"}
|
|
403
|
+
.pf-keyboard-t:before{content:"\FF34"}
|
|
404
|
+
.pf-keyboard-u:before{content:"\FF35"}
|
|
405
|
+
.pf-keyboard-v:before{content:"\FF36"}
|
|
406
|
+
.pf-keyboard-w:before{content:"\FF37"}
|
|
407
|
+
.pf-keyboard-x:before{content:"\FF38"}
|
|
408
|
+
.pf-keyboard-y:before{content:"\FF39"}
|
|
409
|
+
.pf-keyboard-z:before{content:"\FF3A"}
|
|
410
|
+
.pf-keyboard-open-bracket:before{content:"\FF3B"}
|
|
411
|
+
.pf-keyboard-backslash:before{content:"\FF3C"}
|
|
412
|
+
.pf-keyboard-close-bracket:before{content:"\FF3D"}
|
|
413
|
+
.pf-keyboard-caret:before{content:"\FF3E"}
|
|
414
|
+
.pf-keyboard-underscore:before{content:"\FF3F"}
|
|
415
|
+
.pf-keyboard-backtick:before{content:"\FF40"}
|
|
416
|
+
.pf-keyboard-open-brace:before{content:"\FF5B"}
|
|
417
|
+
.pf-keyboard-bar:before{content:"\FF5C"}
|
|
418
|
+
.pf-keyboard-close-brace:before{content:"\FF5D"}
|
|
419
|
+
.pf-keyboard-tilde:before{content:"\FF5E"}
|
|
420
|
+
.pf-icon-moon:before{content:"\1F319"}
|
|
421
|
+
.pf-icon-headphones:before{content:"\1F3A7"}
|
|
422
|
+
.pf-icon-music:before{content:"\1F3B6"}
|
|
423
|
+
.pf-icon-fish:before{content:"\1F41F"}
|
|
424
|
+
.pf-device-dance-pad:before{content:"\1F483"}
|
|
425
|
+
.pf-icon-laptop:before{content:"\1F4BB"}
|
|
426
|
+
.pf-icon-diskette:before{content:"\1F4BE"}
|
|
427
|
+
.pf-icon-write:before{content:"\1F4DD"}
|
|
428
|
+
.pf-device-phone:before{content:"\1F4F1"}
|
|
429
|
+
.pf-icon-webcam:before{content:"\1F4F7"}
|
|
430
|
+
.pf-icon-camera:before{content:"\1F4F8"}
|
|
431
|
+
.pf-icon-speaker:before{content:"\1F508"}
|
|
432
|
+
.pf-device-light-gun:before{content:"\1F52B"}
|
|
433
|
+
.pf-icon-noise:before{content:"\1F56C"}
|
|
434
|
+
.pf-device-steering-wheel:before{content:"\1F578"}
|
|
435
|
+
.pf-device-joy-stick:before{content:"\1F579"}
|
|
436
|
+
.pf-device-vr-headset:before{content:"\1F57B"}
|
|
437
|
+
.pf-device-vr-controller:before{content:"\1F57C"}
|
|
438
|
+
.pf-device-flight-stick:before{content:"\1F57D"}
|
|
439
|
+
.pf-icon-processor:before{content:"\1F5A5"}
|
|
440
|
+
.pf-icon-internet:before{content:"\1F5A7"}
|
|
441
|
+
.pf-icon-graphics-card:before{content:"\1F5A8"}
|
|
442
|
+
.pf-icon-memory:before{content:"\1F5AA"}
|
|
443
|
+
.pf-icon-usb-stick:before{content:"\1F5AB"}
|
|
444
|
+
.pf-icon-database:before{content:"\1F5AC"}
|
|
445
|
+
.pf-icon-hard-disk:before{content:"\1F5B4"}
|
|
446
|
+
.pf-icon-screen:before{content:"\1F5B5"}
|
|
447
|
+
.pf-icon-text-entry:before{content:"\1F5B9"}
|
|
448
|
+
.pf-icon-image:before{content:"\1F5BC"}
|
|
449
|
+
.pf-icon-speak:before{content:"\1F5E3"}
|
|
450
|
+
.pf-icon-language:before{content:"\1F5E9"}
|
|
451
|
+
.pf-icon-exit:before{content:"\1F6AA"}
|
|
452
|
+
.pf-icon-information:before{content:"\1F6C8"}
|
|
453
|
+
.pf-icon-shopping-cart:before{content:"\1F6D2"}
|
|
454
|
+
.pf-icon-aperture:before{content:"\1F789"}
|
package/promptfont.otf
ADDED
|
Binary file
|
package/promptfont.ttf
ADDED
|
Binary file
|
package/promptfont.woff
ADDED
|
Binary file
|
package/promptfont.woff2
ADDED
|
Binary file
|