Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
481cdef0
Unverified
Commit
481cdef0
authored
Mar 16, 2019
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: sync font-family vars #131
parent
3e7f2539
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
global.less
src/components/global.less
+2
-1
UserLayout.vue
src/components/layouts/UserLayout.vue
+1
-1
No files found.
src/components/global.less
View file @
481cdef0
...
...
@@ -390,8 +390,9 @@ body {
color: #fff;
font-size: 20px;
margin: 0 0 0 12px;
font-family:
"Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
;
font-family:
Avenir,Helvetica Neue,Arial,Helvetica,sans-serif
;
font-weight: 600;
vertical-align: middle;
}
}
...
...
src/components/layouts/UserLayout.vue
View file @
481cdef0
...
...
@@ -101,7 +101,7 @@ export default {
.title
{
font-size
:
33px
;
color
:
rgba
(
0
,
0
,
0
,
.85
);
font-family
:
"Chinese Quote"
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
"PingFang SC"
,
"Hiragino Sans GB"
,
"Microsoft YaHei"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
font-family
:
Avenir
,
'Helvetica Neue'
,
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
position
:
relative
;
top
:
2px
;
...
...
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