mirror of
https://github.com/grey-cat-1908/website.git
synced 2024-11-14 20:17:27 +03:00
fixed 404 page font
This commit is contained in:
parent
27b3bee6cc
commit
efb909ec51
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<title>404 Not Found</title>
|
||||
<style>
|
||||
@font-face {
|
||||
src: url("./fonts/Onest-Medium.ttf");
|
||||
src: url("/fonts/Onest-Medium.ttf");
|
||||
font-family: "Onest";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue