123456789101112131415 |
- /*
- Blog.css
- The default theme for ArozOS Blog Engine
- Author: tobychui
- */
- @font-face {
- font-family: taipeiSans;
- src: url(../../../script/font/TaipeiSansTCBeta-Regular.ttf);
- }
- p, span, div, h1, h2, h3, h4, h5, h6, a {
- font-family: taipeiSans !important;
- }
|