add chinese font 'ZcoolHappy'

This commit is contained in:
Anthony Fu 2018-05-06 00:16:32 +08:00 committed by olOwOlo
parent bf292784f3
commit 7da861c63e
2 changed files with 17 additions and 5 deletions

Binary file not shown.

View File

@ -66,6 +66,18 @@ Good luck, and thanks again!
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/index.css?v=3">
<style>
/* ZcoolHappy(站酷快乐体): http://www.zcool.com.cn/special/zcoolfonts/#5thpage */
@font-face {
font-family: "ZcoolHappy-Subset";
font-style: normal;
font-weight: 400;
src: url(css/zh-CN-ZcoolHappy-Subset.ttf?v=1) format('truetype');
}
body{
font-family: "PatrickHand", "ZcoolHappy-Subset", "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", Helvetica, Arial;
}
</style>
</head>
<body>