change font

This commit is contained in:
Qing
2023-05-13 14:05:12 +08:00
parent 0ff4681437
commit f1c09ca7d4
26 changed files with 7223 additions and 6474 deletions

View File

@@ -31,10 +31,8 @@ const CoffeeIcon = () => {
flexDirection: 'column',
}}
>
<h4 style={{ lineHeight: '24px' }}>
Hi, if you found my project is useful, please conside buy me a
coffee to support my work. Thanks!
</h4>
Hi, if you found my project is useful, please conside buy me a coffee
to support my work. Thanks!
<img
src={CoffeeMachineGif}
alt="coffee machine"

View File

@@ -30,6 +30,5 @@
}
.file-select-message {
font-family: 'WorkSans';
text-align: center;
}

View File

@@ -6,7 +6,6 @@
column-gap: 1rem;
background-color: var(--page-bg);
color: var(--btn-text-color);
font-family: 'WorkSans', sans-serif;
width: max-content;
padding: 0.5rem;
place-items: center;