Skip to content

Commit 481cdef

Browse files
committed
chore: sync font-family vars #131
1 parent 3e7f253 commit 481cdef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

β€Žsrc/components/global.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,9 @@ body {
390390
color: #fff;
391391
font-size: 20px;
392392
margin: 0 0 0 12px;
393-
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";
393+
font-family: Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;
394394
font-weight: 600;
395+
vertical-align: middle;
395396
}
396397
}
397398

β€Žsrc/components/layouts/UserLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default {
101101
.title {
102102
font-size: 33px;
103103
color: rgba(0, 0, 0, .85);
104-
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";
104+
font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
105105
font-weight: 600;
106106
position: relative;
107107
top: 2px;
@@ -147,4 +147,4 @@ export default {
147147
}
148148
}
149149
}
150-
</style>
150+
</style>

0 commit comments

Comments
Β (0)