fonts
This commit is contained in:
parent
464282848a
commit
2f1c6ba41b
10 changed files with 34 additions and 60 deletions
|
@ -2,6 +2,13 @@
|
|||
CSS CODE.. I DON'T KNOW WHAT ELSE TO SAY. IT WORKS, BUT COULD BE IMPROVED
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Hack';
|
||||
src: url('https://easyfiles.cc/2024/11/07377006-c12a-461a-b3c6-0d602bac58bf/Hack-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -14,7 +21,8 @@ body {
|
|||
}
|
||||
|
||||
* {
|
||||
font-family: monospace;
|
||||
font-family: 'Hack', monospace;
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
button, p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue