fixed 404 page font

This commit is contained in:
mrkrk 2024-10-15 10:10:03 +03:00 committed by GitHub
parent 27b3bee6cc
commit efb909ec51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
<title>404 Not Found</title> <title>404 Not Found</title>
<style> <style>
@font-face { @font-face {
src: url("./fonts/Onest-Medium.ttf"); src: url("/fonts/Onest-Medium.ttf");
font-family: "Onest"; font-family: "Onest";
font-weight: bold; font-weight: bold;
} }