Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b67cebc3
authored
2025-08-01 16:36:20 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页
1 parent
3a3b81bc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
src/App.vue
src/assets/fonsFamily/Barlow-Medium.ttf
src/App.vue
View file @
b67cebc
...
...
@@ -54,6 +54,12 @@ watch(language, (val) => {
//
--el-button-hover-bg-color
:
transparent
;
}
@font-face
{
font-family
:
'MyCustomFont'
;
src
:
url('@/assets/fonsFamily/Barlow-Medium.ttf')
format
(
'truetype'
);
font-display
:
swap
;
}
.box
{
width
:
1600px
;
margin
:
auto
;
...
...
@@ -204,7 +210,7 @@ li.el-select-dropdown__item {
.el-menu--horizontal
>
.el-menu-item
{
font-size
:
16px
;
font-family
:
sans-
serif
;
font-family
:
MyCustomFont
,
serif
;
color
:
#fff
;
}
}
...
...
src/assets/fonsFamily/Barlow-Medium.ttf
0 → 100644
View file @
b67cebc
No preview for this file type
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment