Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @font-face {
  2. font-family: myCustomFont;
  3. font-style: normal;
  4. src: url('pathToYourCustomFont.otf');
  5. }
  6. #mod-login-password
  7. {
  8. font-family: "myCustomFont";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement