change font
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -30,6 +30,5 @@
|
||||
}
|
||||
|
||||
.file-select-message {
|
||||
font-family: 'WorkSans';
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user