Guest User

Untitled

a guest
Dec 15th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. @font-face {
  2. font-family: 'unicode';
  3. src: url(/font/unicode.ttf) format('truetype'); //link to font file
  4. font-weight: 400;
  5. font-style: normal;
  6. }
  7. body, html, p, code, *, table, td, tr, span, div, a, ul, li, input, textarea, h1, h2, h3, h4, h5, h6
  8. {
  9. font-family: 'myanmar_sabae'; //force to html components
  10. }
  11. .unicode {
  12. font-family: 'unicode'; // force to specific component
  13. }
Add Comment
Please, Sign In to add comment