Skip to content

Commit

Permalink
feat: update index.html font
Browse files Browse the repository at this point in the history
  • Loading branch information
gytxtx committed Nov 2, 2024
1 parent 1bab1de commit f058304
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions css/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
@font-face {
font-family: FZLanTYJW_Cu;
src: url(https://webcnstatic.yostar.net/ba_cn_web/prod/web/assets/FZLanTYJW_Cu.c5f8d267.TTF);
font-weight: 400;
font-style: normal
}

@font-face {
font-family: FZLanTYJW_Xi;
src: url(https://webcnstatic.yostar.net/ba_cn_web/prod/web/assets/FZLanTYJW_Xi.31158e7c.TTF);
font-weight: 400;
font-style: normal
}

@font-face {
font-family: FZLanTYK_Cu;
src: url(https://webcnstatic.yostar.net/ba_cn_web/prod/web/assets/FZLanTYK_Cu.405dbab8.OTF);
font-weight: 400;
font-style: normal
}

@font-face {
font-family: FZLanTYK_Zhong;
src: url(https://webcnstatic.yostar.net/ba_cn_web/prod/web/assets/FZLanTYK_Zhong.c10069d1.OTF);
font-weight: 400;
font-style: normal
}

.title {
font-family: FZLanTYK_Zhong;
margin-left: .32rem;
color: #1f90fa
}

body {
font-family: FZLanTYK_Zhong;
/* margin: auto;
color: #1f90fa; */
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

<link href="./css/top-banner-fix.css" rel="stylesheet" />

<link rel="stylesheet" href="./css/font.css" />


<style>
/* 针对整个页面设置背景图片 */
Expand Down

0 comments on commit f058304

Please sign in to comment.