font.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. /*@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);*/
  2. /*@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);*/
  3. /*Pāli Roma*/
  4. @font-face {
  5. font-family: "Noto Sans";
  6. font-style: normal;
  7. font-weight: 100;
  8. src: local("Noto Sans Thin"),
  9. url(../../../font/NotoSans/NotoSans-Thin.ttf) format("truetype");
  10. font-display: fallback;
  11. font-display: fallback;
  12. }
  13. @font-face {
  14. font-family: "Noto Sans";
  15. font-style: normal;
  16. font-weight: 300;
  17. src: local("Noto Sans Light"),
  18. url(../../../font/NotoSans/NotoSans-Light.ttf) format("truetype");
  19. font-display: fallback;
  20. font-display: fallback;
  21. }
  22. @font-face {
  23. font-family: "Noto Sans";
  24. font-style: normal;
  25. font-weight: 400;
  26. src: local("Noto Sans Regular"),
  27. url(../../../font/NotoSans/NotoSans-Regular.ttf) format("truetype");
  28. font-display: fallback;
  29. }
  30. @font-face {
  31. font-family: "Noto Sans";
  32. font-style: normal;
  33. font-weight: 500;
  34. src: local("Noto Sans Medium"),
  35. url(../../../font/NotoSans/NotoSans-Medium.ttf) format("truetype");
  36. font-display: fallback;
  37. }
  38. @font-face {
  39. font-family: "Noto Sans";
  40. font-style: normal;
  41. font-weight: 700;
  42. src: local("Noto Sans Bold"),
  43. url(../../../font/NotoSans/NotoSans-Bold.ttf) format("truetype");
  44. font-display: fallback;
  45. }
  46. @font-face {
  47. font-family: "Noto Sans";
  48. font-style: normal;
  49. font-weight: 900;
  50. src: local("Noto Sans Black"),
  51. url(../../../font/NotoSans/NotoSans-Black.ttf) format("truetype");
  52. font-display: fallback;
  53. }
  54. @font-face {
  55. font-family: "Noto Sans";
  56. font-style: italic;
  57. font-weight: 100;
  58. src: local("Noto Sans Thin Italic"),
  59. url(../../../font/NotoSans/NotoSans-ThinItalic.ttf) format("truetype");
  60. font-display: fallback;
  61. }
  62. @font-face {
  63. font-family: "Noto Sans";
  64. font-style: italic;
  65. font-weight: 300;
  66. src: local("Noto Sans Light Italic"),
  67. url(../../../font/NotoSans/NotoSans-LightItalic.ttf) format("truetype");
  68. font-display: fallback;
  69. }
  70. @font-face {
  71. font-family: "Noto Sans";
  72. font-style: italic;
  73. font-weight: 400;
  74. src: local("Noto Sans Italic"),
  75. url(../../../font/NotoSans/NotoSans-Italic.ttf) format("truetype");
  76. font-display: fallback;
  77. }
  78. @font-face {
  79. font-family: "Noto Sans";
  80. font-style: italic;
  81. font-weight: 500;
  82. src: local("Noto Sans Medium Italic"),
  83. url(../../../font/NotoSans/NotoSans-MediumItalic.ttf) format("truetype");
  84. font-display: fallback;
  85. }
  86. @font-face {
  87. font-family: "Noto Sans";
  88. font-style: italic;
  89. font-weight: 700;
  90. src: local("Noto Sans Bold Italic"),
  91. url(../../../font/NotoSans/NotoSans-BoldItalic.ttf) format("truetype");
  92. font-display: fallback;
  93. }
  94. @font-face {
  95. font-family: "Noto Sans";
  96. font-style: italic;
  97. font-weight: 900;
  98. src: local("Noto Sans Black Italic"),
  99. url(../../../font/NotoSans/NotoSans-BlackItalic.ttf) format("truetype");
  100. font-display: fallback;
  101. }
  102. @font-face {
  103. font-family: "Noto Serif";
  104. font-style: normal;
  105. font-weight: 100;
  106. src: local("Noto Serif Thin"),
  107. url(../../../font/NotoSerif/NotoSerif-Thin.ttf) format("truetype");
  108. font-display: fallback;
  109. font-display: fallback;
  110. }
  111. @font-face {
  112. font-family: "Noto Serif";
  113. font-style: normal;
  114. font-weight: 300;
  115. src: local("Noto Serif Light"),
  116. url(../../../font/NotoSerif/NotoSerif-Light.ttf) format("truetype");
  117. font-display: fallback;
  118. font-display: fallback;
  119. }
  120. @font-face {
  121. font-family: "Noto Serif";
  122. font-style: normal;
  123. font-weight: 400;
  124. src: local("Noto Serif Regular"),
  125. url(../../../font/NotoSerif/NotoSerif-Regular.ttf) format("truetype");
  126. font-display: fallback;
  127. }
  128. @font-face {
  129. font-family: "Noto Serif";
  130. font-style: normal;
  131. font-weight: 500;
  132. src: local("Noto Serif Medium"),
  133. url(../../../font/NotoSerif/NotoSerif-Medium.ttf) format("truetype");
  134. font-display: fallback;
  135. }
  136. @font-face {
  137. font-family: "Noto Serif";
  138. font-style: normal;
  139. font-weight: 600;
  140. src: local("Noto Serif SemiBold"),
  141. url(../../../font/NotoSerif/NotoSerif-SemiBold.ttf) format("truetype");
  142. font-display: fallback;
  143. }
  144. @font-face {
  145. font-family: "Noto Serif";
  146. font-style: normal;
  147. font-weight: 700;
  148. src: local("Noto Serif Bold"),
  149. url(../../../font/NotoSerif/NotoSerif-Bold.ttf) format("truetype");
  150. font-display: fallback;
  151. }
  152. @font-face {
  153. font-family: "Noto Serif";
  154. font-style: normal;
  155. font-weight: 900;
  156. src: local("Noto Serif Black"),
  157. url(../../../font/NotoSerif/NotoSerif-Black.ttf) format("truetype");
  158. font-display: fallback;
  159. }
  160. @font-face {
  161. font-family: "Noto Serif";
  162. font-style: italic;
  163. font-weight: 100;
  164. src: local("Noto Serif Thin Italic"),
  165. url(../../../font/NotoSerif/NotoSerif-ThinItalic.ttf) format("truetype");
  166. font-display: fallback;
  167. }
  168. @font-face {
  169. font-family: "Noto Serif";
  170. font-style: italic;
  171. font-weight: 300;
  172. src: local("Noto Serif Light Italic"),
  173. url(../../../font/NotoSerif/NotoSerif-LightItalic.ttf) format("truetype");
  174. font-display: fallback;
  175. }
  176. @font-face {
  177. font-family: "Noto Serif";
  178. font-style: italic;
  179. font-weight: 400;
  180. src: local("Noto Serif Italic"),
  181. url(../../../font/NotoSerif/NotoSerif-Italic.ttf) format("truetype");
  182. font-display: fallback;
  183. }
  184. @font-face {
  185. font-family: "Noto Serif";
  186. font-style: italic;
  187. font-weight: 500;
  188. src: local("Noto Serif Medium Italic"),
  189. url(../../../font/NotoSerif/NotoSerif-MediumItalic.ttf) format("truetype");
  190. font-display: fallback;
  191. }
  192. @font-face {
  193. font-family: "Noto Serif";
  194. font-style: italic;
  195. font-weight: 600;
  196. src: local("Noto Serif SemiBold Italic"),
  197. url(../../../font/NotoSerif/NotoSerif-SemiBoldItalic.ttf) format("truetype");
  198. font-display: fallback;
  199. }
  200. @font-face {
  201. font-family: "Noto Serif";
  202. font-style: italic;
  203. font-weight: 700;
  204. src: local("Noto Serif Bold Italic"),
  205. url(../../../font/NotoSerif/NotoSerif-BoldItalic.ttf) format("truetype");
  206. font-display: fallback;
  207. }
  208. @font-face {
  209. font-family: "Noto Serif";
  210. font-style: italic;
  211. font-weight: 900;
  212. src: local("Noto Serif Black Italic"),
  213. url(../../../font/NotoSerif/NotoSerif-BlackItalic.ttf) format("truetype");
  214. font-display: fallback;
  215. }
  216. /*缅文*/
  217. @font-face {
  218. font-family: "Padauk";
  219. font-style: normal;
  220. font-weight: 400;
  221. src: local("Padauk"),
  222. url(../../../font/Padauk/Padauk-Regular.ttf) format("truetype");
  223. font-display: fallback;
  224. }
  225. @font-face {
  226. font-family: "Padauk";
  227. font-style: normal;
  228. font-weight: 700;
  229. src: local("Padauk Bold"),
  230. url(../../../font/Padauk/Padauk-Bold.ttf) format("truetype");
  231. font-display: fallback;
  232. }
  233. /*中文繁體*/
  234. @font-face {
  235. font-family: "Noto Sans TC";
  236. font-style: normal;
  237. font-weight: 300;
  238. src: local("Noto Sans TC Light"), local("Noto Sans CJK TC Light"),
  239. local("Source Han Sans TWHK Light");
  240. /*url(../../font/NotoSansTC/NotoSansCJKtc-Light.otf) format('opentype'),*/
  241. /*url(../../font/NotoSansTC/NotoSansTC-Light.woff) format('woff')*/
  242. }
  243. @font-face {
  244. font-family: "Noto Sans TC";
  245. font-style: normal;
  246. font-weight: 400;
  247. src: local("Noto Sans TC Regular"), local("Noto Sans CJK TC Regular"),
  248. local("Source Han Sans TWHK Regular");
  249. /*url(../../font/NotoSansTC/NotoSansCJKtc-Regular.otf) format('opentype'),*/
  250. /*url(../../font/NotoSansTC/NotoSansTC-Regular.woff) format('woff');*/
  251. font-display: fallback;
  252. }
  253. @font-face {
  254. font-family: "Noto Sans TC";
  255. font-style: normal;
  256. font-weight: 500;
  257. src: local("Noto Sans TC Medium"), local("Noto Sans CJK TC Medium"),
  258. local("Source Han Sans TWHK Medium");
  259. /*url(../../font/NotoSansTC/NotoSansCJKtc-Medium.otf) format('opentype'),*/
  260. /*url(../../font/NotoSansTC/NotoSansTC-Medium.woff) format('woff');*/
  261. font-display: fallback;
  262. }
  263. @font-face {
  264. font-family: "Noto Sans TC";
  265. font-style: normal;
  266. font-weight: 700;
  267. src: local("Noto Sans TC Bold"), local("Noto Sans CJK TC Bold"),
  268. local("Source Han Sans TWHK Bold");
  269. /*url(../../font/NotoSansTC/NotoSansCJKtc-Bold.otf) format('opentype'),*/
  270. /*url(../../font/NotoSansTC/NotoSansTC-Bold.woff) format('woff');*/
  271. font-display: fallback;
  272. }
  273. /*中文简体*/
  274. @font-face {
  275. font-family: "Noto Sans SC";
  276. font-style: normal;
  277. font-weight: 300;
  278. src: local("Noto Sans SC Light"), local("Noto Sans CJK SC Light"),
  279. local("Source Han Sans CN Light");
  280. /*url(../../font/NotoSansSC/NotoSansCJKsc-Light.otf) format('opentype'),
  281. url(../../font/NotoSansSC/NotoSansSC-Light.woff) format('woff')*/
  282. }
  283. @font-face {
  284. font-family: "Noto Sans SC";
  285. font-style: normal;
  286. font-weight: 400;
  287. src: local("Noto Sans SC Regular"), local("Noto Sans CJK SC Regular"),
  288. local("Source Han Sans CN Regular");
  289. /*url(../../font/NotoSansSC/NotoSansCJKsc-Regular.otf) format('opentype'),
  290. url(../../font/NotoSansSC/NotoSansSC-Regular.woff) format('woff');*/
  291. font-display: fallback;
  292. }
  293. @font-face {
  294. font-family: "Noto Sans SC";
  295. font-style: normal;
  296. font-weight: 500;
  297. src: local("Noto Sans SC Medium"), local("Noto Sans CJK SC Medium"),
  298. local("Source Han Sans CN Medium");
  299. /*url(../../font/NotoSansSC/NotoSansCJKsc-Medium.otf) format('opentype'),
  300. url(../../font/NotoSansSC/NotoSansSC-Medium.woff) format('woff');*/
  301. font-display: fallback;
  302. }
  303. @font-face {
  304. font-family: "Noto Sans SC";
  305. font-style: normal;
  306. font-weight: 700;
  307. src: local("Noto Sans SC Bold"), local("Noto Sans CJK SC Bold"),
  308. local("Source Han Sans CN Bold");
  309. /*url(../../font/NotoSansSC/NotoSansCJKsc-Bold.otf) format('opentype'),
  310. url(../../font/NotoSansSC/NotoSansSC-Bold.woff) format('woff');*/
  311. font-display: fallback;
  312. }
  313. .font_ch {
  314. font-family: "Noto Sans TC", "Noto Sans SC", Arial, Verdana;
  315. font-style: normal;
  316. }
  317. .font_pali {
  318. font-family: "Noto Sans", Arial, Verdana;
  319. font-style: normal;
  320. }
  321. .font_m {
  322. font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", Arial, Verdana;
  323. font-weight: 500;
  324. font-style: normal;
  325. }
  326. .font_r {
  327. font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", Arial, Verdana;
  328. font-weight: 400;
  329. font-style: normal;
  330. }
  331. .font_l {
  332. font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", Arial, Verdana;
  333. font-weight: 300;
  334. font-style: normal;
  335. }
  336. .font_t {
  337. font-family: "Noto Sans", "Noto Sans TC", "Noto Sans SC", Arial, Verdana;
  338. font-weight: 100;
  339. font-style: normal;
  340. }