mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
fix: Adjust the tab layout and fix some bugs
This commit is contained in:
@@ -16,12 +16,12 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'meslo-lg-s-regular-for-powerline';
|
||||
src: url('../../assets/css/webfonts/meslo-lg-s-regular-for-powerline.ttf') format('opentype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/*@font-face {*/
|
||||
/* font-family: 'meslo-lg-s-regular-for-powerline';*/
|
||||
/* src: url('../../assets/css/webfonts/meslo-lg-s-regular-for-powerline.ttf') format('opentype');*/
|
||||
/* font-weight: normal;*/
|
||||
/* font-style: normal;*/
|
||||
/*}*/
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
@@ -29,7 +29,7 @@ html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-family: meslo-lg-s-regular-for-powerline, serif;
|
||||
/*font-family: meslo-lg-s-regular-for-powerline, serif;*/
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user