Browse Source

:lipstick: fix https://github.com/siyuan-note/siyuan/issues/8782

Vanessa 2 years ago
parent
commit
78f3d0ac74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/src/assets/scss/component/_tooltips.scss

+ 1 - 0
app/src/assets/scss/component/_tooltips.scss

@@ -53,6 +53,7 @@
     text-overflow: ellipsis;
     box-sizing: border-box;
     box-shadow: var(--b3-tooltips-shadow);
+    font-family: var(--b3-font-family);
   }
 
   &::before {