password-forge
Version:
Forge password input to prevent browser from saving or autofilling password
14 lines (12 loc) • 403 B
CSS
@font-face {
font-family: 'text-security-disc';
src: url('text-security-disc.woff') format('woff');
}
html.webkit-text-security .text-security-disc,
html.webkit-text-security .password-forge-disc {
-webkit-text-security: disc ;
}
html:not(.webkit-text-security) .text-security-disc,
html:not(.webkit-text-security) .password-forge-disc {
font-family: text-security-disc ;
}