默认全局使用思源宋体
This commit is contained in:
parent
ac146e9676
commit
3838369e3d
|
@ -1,3 +1,7 @@
|
||||||
|
body, .navbar-nav .nav-link {
|
||||||
|
font-family: 'Noto Serif SC', serif;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
max-width: 820px;
|
max-width: 820px;
|
||||||
}
|
}
|
||||||
|
@ -55,7 +59,6 @@ blockquote:before {
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
code, pre {
|
code, pre {
|
||||||
font-family: Consolas,Menlo,Monaco,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Courier New,Courier,monospace;
|
|
||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,9 @@
|
||||||
<!-- FontAwesome Icons -->
|
<!-- FontAwesome Icons -->
|
||||||
<link type="text/css" href="<?php $this->options->themeUrl('/assets/css/fa-all.min.css')?>" rel="stylesheet">
|
<link type="text/css" href="<?php $this->options->themeUrl('/assets/css/fa-all.min.css')?>" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Google Fonts -->
|
||||||
|
<link href="https://fonts.loli.net/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<!-- JS: jQuery & popper & bootstrap -->
|
<!-- JS: jQuery & popper & bootstrap -->
|
||||||
<script src="<?php $this->options->themeUrl('/assets/js/core/jquery.min.js');?>"></script>
|
<script src="<?php $this->options->themeUrl('/assets/js/core/jquery.min.js');?>"></script>
|
||||||
<script src="<?php $this->options->themeUrl('/assets/js/core/popper.min.js');?>"></script>
|
<script src="<?php $this->options->themeUrl('/assets/js/core/popper.min.js');?>"></script>
|
||||||
|
|
|
@ -23,6 +23,9 @@ $this->need('functions.php'); // 不知道为啥,似乎模版页面不会自
|
||||||
<!-- FontAwesome Icons -->
|
<!-- FontAwesome Icons -->
|
||||||
<link type="text/css" href="<?php $this->options->themeUrl('/assets/css/fa-all.min.css')?>" rel="stylesheet">
|
<link type="text/css" href="<?php $this->options->themeUrl('/assets/css/fa-all.min.css')?>" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Google Fonts -->
|
||||||
|
<link href="https://fonts.loli.net/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<!-- JS: jQuery & popper & bootstrap -->
|
<!-- JS: jQuery & popper & bootstrap -->
|
||||||
<script src="<?php $this->options->themeUrl('/assets/js/core/jquery.min.js');?>"></script>
|
<script src="<?php $this->options->themeUrl('/assets/js/core/jquery.min.js');?>"></script>
|
||||||
<script src="<?php $this->options->themeUrl('/assets/js/core/popper.min.js');?>"></script>
|
<script src="<?php $this->options->themeUrl('/assets/js/core/popper.min.js');?>"></script>
|
||||||
|
|
Loading…
Reference in New Issue