fix: Fix statistic font (#18044)

This commit is contained in:
zombieJ 2019-08-02 12:10:09 +08:00 committed by GitHub
parent 60e66dbafe
commit 1363a39d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -627,7 +627,7 @@
@statistic-title-font-size: @font-size-base;
@statistic-content-font-size: 24px;
@statistic-unit-font-size: 16px;
@statistic-font-family: Tahoma, 'Helvetica Neue', @font-family;
@statistic-font-family: @font-family;
// Drawer
// ---