Skip to content

A custom font to deploy when required to visually obfuscate user-entered text

Notifications You must be signed in to change notification settings

RouninMedia/password-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Font

A custom font to deploy when there is a requirement to visually obfuscate user-entered text.

See:

CSS

@font-face {
  font-family: 'password' ;
  font-display: block; 
  src: url('/.assets/site/theme/elements/fonts/password/password.woff2') format('woff2'), /* Super Modern Browsers */
       url('/.assets/site/theme/elements/fonts/password/password.woff') format('woff'); /* Pretty Modern Browsers */
}

.myObfuscatedTextInput {
  width: 240px;
  height: 20px;
  line-height: 30px;  
  font-family: password, sans-serif;
}

About

A custom font to deploy when required to visually obfuscate user-entered text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published