|
@@ -22,7 +22,7 @@ html body {
|
|
|
|
|
|
// 字体
|
|
|
body, .header-navbar, .navigation, .breadcrumb, h1, h2, h3, h4, h5 {
|
|
|
- font-family: Nunito, Montserrat,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
|
|
|
+ font-family: $font-family-sans-serif;
|
|
|
}
|
|
|
|
|
|
html body .content .content-wrapper {
|
|
@@ -98,3 +98,5 @@ ol, ul, dl {
|
|
|
@import "./components/link";
|
|
|
// img
|
|
|
@import "./components/img";
|
|
|
+// popover
|
|
|
+@import "./components/popover";
|