Advertisement
Guest User

FONT CHỮ THÁI

a guest
Jan 23rd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <head>
  2. <style type="text/css">
  3.   @font-face {
  4.      font-family: "Taydam";
  5.      src: url("https://minhkidong.github.io/chu-thai/fonts/NotoSerif-TaiViet.ttf");
  6.      font-weight: normal;
  7.   }
  8.   body,
  9.   body .solution-text span,
  10.   body table tr td,
  11.   body table tr td span,
  12.   body table tr td strong,
  13.   body p,
  14.   body span,
  15.   body li,
  16.   body a,
  17.   body strong,
  18.   body label{
  19.       font-family: 'Taydam', sans-serif !important;
  20.   }
  21. </style>
  22. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement