mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-01-19 18:21:18 +08:00
fix:移除CSS字体,防止局域网部署导致打开过慢
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'FontAwesome';
|
font-family: 'FontAwesome';
|
||||||
src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
|
src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
|
||||||
@@ -28,7 +27,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6,strong,input,select,textarea,button,body,code {
|
h1,h2,h3,h4,h5,h6,strong,input,select,textarea,button,body,code {
|
||||||
font-family: "Montserrat","Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
|
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2.25em;
|
font-size: 2.25em;
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
|
|
||||||
body {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: Helvetica, -apple-system, "Montserrat","Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
|
font-family: Helvetica, -apple-system, "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*************表格样式****************/
|
/*************表格样式****************/
|
||||||
.markdown-body{
|
.markdown-body{
|
||||||
-webkit-backface-visibility: hidden;
|
-webkit-backface-visibility: hidden;
|
||||||
font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Montserrat","Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
|
font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
|
||||||
|
|
||||||
}
|
}
|
||||||
.editormd-preview-container table {
|
.editormd-preview-container table {
|
||||||
|
|||||||
Reference in New Issue
Block a user