File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pre[class*="language-"] {
1818 text-shadow : 0 -.1em .2em black;
1919 font-size : 1em ;
2020 text-align : left;
21- font-family : "JetBrains Mono" ;
21+ font-family : "JetBrains Mono" , system-ui ;
2222 white-space : pre;
2323 word-spacing : normal;
2424 word-break : normal;
Original file line number Diff line number Diff line change 1- <!DOCTYPE html >
1+ <!-- -*- conding: utf-8 -*- -- >
22<!--2025.7.27-->
3+ <!DOCTYPE html>
34< html lang ="zh-CN ">
45< head >
56 < meta charset ="UTF-8 ">
1516 < style >
1617 @font-face {
1718 font-family : "JetBrains Mono" ;
18- src : url ("JetBrainsMono.ttf" ) format ("truetype" );
19+ src : url ("include/ JetBrainsMono.ttf" ) format ("truetype" );
1920 }
2021
22+ body {
23+ background-image : url ("include/bg.jpg" );
24+ background-size : cover;
25+ background-repeat : no-repeat;
26+ background-position : center center;
27+ background-attachment : fixed;
28+ min-height : 100% ;
29+ background-color : # 555555 ; /*避免无法加载导致出现纯白 Avoid failing to load and resulting in pure white*/
30+ }
31+
2132 .chinese {
22- font-family : Tahoma;
33+ font-family : Tahoma, system-ui ;
2334 }
2435 .english {
25- font-family : "JetBrains Mono" ;
36+ font-family : "JetBrains Mono" , system-ui ;
2637 }
2738 .code {
28- font-family : "JetBrains Mono" ;
39+ font-family : "JetBrains Mono" , system-ui ;
2940 }
3041 </ style >
3142</ body >
You can’t perform that action at this time.
0 commit comments