Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
25aeb75f
authored
Jun 09, 2026
by
qiuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更换默认字体为苹方
parent
2f8b3fe4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
overseasActivities/css/base.css
overseasActivities/css/fonts/PingFangMedium.ttf
overseasActivities/css/base.css
View file @
25aeb75f
/*初始化 reset*/
/*初始化 reset*/
@charset
"utf-8"
;
@charset
"utf-8"
;
@font-face
{
font-family
:
"ProjectPingFang"
;
src
:
url("./fonts/PingFangMedium.ttf")
format
(
"truetype"
);
font-weight
:
100
900
;
font-style
:
normal
;
font-display
:
block
;
}
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
form
,
input
,
button
,
textarea
,
select
,
p
,
span
,
font
,
em
,
i
,
b
,
strong
,
button
{
margin
:
0
;
padding
:
0
;}
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
form
,
input
,
button
,
textarea
,
select
,
p
,
span
,
font
,
em
,
i
,
b
,
strong
,
button
{
margin
:
0
;
padding
:
0
;}
body
{
margin
:
0
;
font-family
:
"
Microsoft YaHei"
,
Arial
,
Helvetica
,
sans-serif
,
"宋体"
;
background
:
#fff
;
overflow
:
visible
;
color
:
#333333
;}
body
{
margin
:
0
;
font-family
:
"
ProjectPingFang"
,
sans-serif
;
background
:
#fff
;
overflow
:
visible
;
color
:
#333333
;}
html
,
body
{
height
:
100%
;}
html
,
body
{
height
:
100%
;}
input
,
select
{
font-size
:
12px
;
line-height
:
16px
;
border
:
0
none
;
vertical-align
:
middle
;}
input
,
select
{
font-size
:
12px
;
line-height
:
16px
;
border
:
0
none
;
vertical-align
:
middle
;}
button
{
border
:
0
none
;}
button
{
border
:
0
none
;}
...
...
overseasActivities/css/fonts/PingFangMedium.ttf
0 → 100644
View file @
25aeb75f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment