-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpassword-forge.css
More file actions
47 lines (40 loc) · 1.39 KB
/
password-forge.css
File metadata and controls
47 lines (40 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@font-face {
font-family: 'text-security-disc';
src: url('text-security-disc.woff') format('woff');
}
html.webkit-text-security .text-security,
html.webkit-text-security .password-forge,
html.webkit-text-security .text-security-disc,
html.webkit-text-security .password-forge-disc {
-webkit-text-security: disc !important;
}
html:not(.webkit-text-security) .text-security,
html:not(.webkit-text-security) .password-forge,
html:not(.webkit-text-security) .text-security-disc,
html:not(.webkit-text-security) .password-forge-disc {
font-family: text-security-disc !important;
}
@font-face {
font-family: 'text-security-circle';
src: url('text-security-circle.woff') format('woff');
}
html.webkit-text-security .text-security-circle,
html.webkit-text-security .password-forge-circle {
-webkit-text-security: circle !important;
}
html:not(.webkit-text-security) .text-security-circle,
html:not(.webkit-text-security) .password-forge-circle {
font-family: text-security-circle !important;
}
@font-face {
font-family: 'text-security-square';
src: url('text-security-square.woff') format('woff');
}
html.webkit-text-security .text-security-square,
html.webkit-text-security .password-forge-square {
-webkit-text-security: square !important;
}
html:not(.webkit-text-security) .text-security-square,
html:not(.webkit-text-security) .password-forge-square {
font-family: text-security-square !important;
}