Advertisement
Guest User

MS PゴシックをメイリオにするユーザーCSS

a guest
Nov 20th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. @font-face {
  2. font-family: "MS Pゴシック";
  3. src: local("メイリオ");
  4. }
  5. @font-face {
  6. font-family: "MS PGothic";
  7. src: local("メイリオ");
  8. }
  9. @font-face {
  10. font-family: "MS Pゴシック";
  11. font-weight: bold;
  12. src: local("メイリオ ボールド");
  13. }
  14. @font-face {
  15. font-family: "MS PGothic";
  16. font-weight: bold;
  17. src: local("メイリオ ボールド");
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement