Advertisement
funmaker

Untitled

Aug 20th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. @font-face {
  2.   font-family: strokes;
  3.   src: url("_KanjiStrokeOrders_v4.004.ttf");
  4. }
  5.  
  6. rb:hover {
  7.   font-family: strokes, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Osaka, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", "MS UI Gothic", sans-serif;
  8.     font-size: 88px;
  9.     font-weight: normal;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement