blog.css 280 B

123456789101112131415
  1. /*
  2. Blog.css
  3. The default theme for ArozOS Blog Engine
  4. Author: tobychui
  5. */
  6. @font-face {
  7. font-family: taipeiSans;
  8. src: url(../../../script/font/TaipeiSansTCBeta-Regular.ttf);
  9. }
  10. p, span, div, h1, h2, h3, h4, h5, h6, a {
  11. font-family: taipeiSans !important;
  12. }