﻿@font-face {
    font-family: 'password';
    src: url(PasswordEntry.ttf);
}

input.password {
    font-family: 'password';
}