aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/style.css
diff options
context:
space:
mode:
authorRemy Raes <raes.remy@gmail.com>2022-09-23 16:39:47 +0200
committerRemy Raes <raes.remy@gmail.com>2022-09-23 16:39:47 +0200
commiteef89e3c011a41a81056806c24005ebe1a2960b6 (patch)
tree29f5c7b57cb3388eadead0c6772d19e5aab0d18f /src-vue/src/style.css
parent3c4324e4fa8beb4ff6cf6ce29c6026cf77e6dc9c (diff)
downloadFlightCore-eef89e3c011a41a81056806c24005ebe1a2960b6.tar.gz
FlightCore-eef89e3c011a41a81056806c24005ebe1a2960b6.zip
feat: apply same font to all texts
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r--src-vue/src/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
index c34981a8..d63c1631 100644
--- a/src-vue/src/style.css
+++ b/src-vue/src/style.css
@@ -1,5 +1,6 @@
body {
margin: 0;
+ font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
#fc_bg__container {