1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00

added SF Mono font

This commit is contained in:
antelle 2018-02-22 19:57:18 +01:00
parent 86596b2095
commit 4e96402bd4

View File

@ -1,7 +1,7 @@
// Typography
$base-font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica", "Roboto", "Arial", "Microsoft YaHei", "微软雅黑", "PingFang SC", "Hiragino Sans GB", "STXihei", "华文细黑", sans-serif;
$heading-font-family: $base-font-family;
$monospace-font-family: monaco,Consolas,"Lucida Console",monospace;
$monospace-font-family: "SFMono-Regular",Monaco,Consolas,"Lucida Console",monospace;
// Font Sizes
$base-font-size: 12px;