1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-30 16:07:37 -05:00

1 Commits

Author SHA1 Message Date
0849830be2 chore: remove font files other than woff2
woff2 has such a high support percentage that the others are no longer needed: https://caniuse.com/?search=woff
2025-05-05 22:47:22 +02:00
11 changed files with 5 additions and 20 deletions

View File

@ -1,36 +1,28 @@
/* RUBIK */ /* RUBIK */
@font-face { @font-face {
font-family: rubik; font-family: rubik;
src: url("fonts/Rubik/rubik-light.ttf") format("truetype"), src: url("fonts/Rubik/rubik-light.woff2") format("woff2");
url("fonts/Rubik/rubik-light.woff") format("woff"),
url("fonts/Rubik/rubik-light.woff2") format("woff2");
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: rubik; font-family: rubik;
src: url("fonts/Rubik/rubik-regular.ttf") format("truetype"), src: url("fonts/Rubik/rubik-regular.woff2") format("woff2");
url("fonts/Rubik/rubik-regular.woff") format("woff"),
url("fonts/Rubik/rubik-regular.woff2") format("woff2");
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: rubik; font-family: rubik;
src: url("fonts/Rubik/rubik-medium.ttf") format("truetype"), src: url("fonts/Rubik/rubik-medium.woff2") format("woff2");
url("fonts/Rubik/rubik-medium.woff") format("woff"),
url("fonts/Rubik/rubik-medium.woff2") format("woff2");
font-weight: 500; font-weight: 500;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: rubik; font-family: rubik;
src: url("fonts/Rubik/rubik-bold.ttf") format("truetype"), src: url("fonts/Rubik/rubik-bold.woff2") format("woff2");
url("fonts/Rubik/rubik-bold.woff") format("woff"),
url("fonts/Rubik/rubik-bold.woff2") format("woff2");
font-weight: 600; font-weight: 600;
font-style: normal; font-style: normal;
} }

View File

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<style>
path{fill:#140d0d}
@media (prefers-color-scheme:dark){path{fill:#efded5}}
</style>
<path d="M486.93 74.2 460 101.15 433.07 74.2a254.03 254.03 0 0 0-358.86 0 254.03 254.03 0 0 0 0 358.86L101.14 460 74.2 486.93a254.03 254.03 0 0 0 0 358.86 254.03 254.03 0 0 0 358.86 0L460 818.86l26.93 26.93a254.03 254.03 0 0 0 358.86 0 254.03 254.03 0 0 0 0-358.86L818.86 460l26.93-26.93a254.03 254.03 0 0 0 0-358.86 254.03 254.03 0 0 0-358.86 0Zm-367.98 314a190.51 190.51 0 0 1 0-269.12 190.51 190.51 0 0 1 269.13 0l228.81 228.81-67.28 67.28-233.29-233.29a95.26 95.26 0 0 0-134.56 0 95.25 95.25 0 0 0 0 134.57l31.4 31.4-67.28 67.28-26.93-26.93Zm497.9-130.09 31.4-31.4a31.74 31.74 0 0 1 44.87 0 31.78 31.78 0 0 1 0 44.87l-31.4 31.4-44.87-44.87ZM504.7 459.96l-44.87 44.87-44.86-44.87 44.86-44.87 44.87 44.87ZM302.86 258.1l-44.87 44.87-31.4-31.4a31.74 31.74 0 0 1 44.86-44.87l31.4 31.4Zm85.22 542.77a190.52 190.52 0 0 1-269.13 0 190.5 190.5 0 0 1 0-269.12l228.82-228.82 67.28 67.28-233.3 233.3a95.25 95.25 0 0 0 0 134.56 95.26 95.26 0 0 0 134.57 0l31.4-31.4 67.29 67.27-26.93 26.93ZM257.98 616.9l44.88 44.87-31.4 31.4a31.78 31.78 0 0 1-44.87 0 31.74 31.74 0 0 1 0-44.86l31.4-31.4Zm542.78-85.22a190.51 190.51 0 0 1 0 269.13 190.51 190.51 0 0 1-269.13 0L302.98 572.07l67.28-67.28 233.3 233.29a95.25 95.25 0 0 0 134.56 0 95.26 95.26 0 0 0 0-134.57l-31.4-31.4L774 504.83l26.76 26.84Zm-184 130.1 44.88-44.88 31.4 31.4a31.77 31.77 0 0 1 0 44.88 31.78 31.78 0 0 1-44.87 0l-31.4-31.4Zm184-273.65L571.94 616.94l-67.28-67.29 233.3-233.29a95.26 95.26 0 0 0 0-134.56 95.26 95.26 0 0 0-134.57 0l-31.4 31.4-67.29-67.28L531.63 119a190.5 190.5 0 0 1 269.13 0 190.5 190.5 0 0 1 .17 269.21l-.17-.08Z" transform="translate(52 52)"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -13,7 +13,7 @@
@elseif(!isset($front) || $front == true) @elseif(!isset($front) || $front == true)
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf"> <link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
@endif @endif
<link rel="icon" href="/assets/images/global/favicon.svg" />
</head> </head>
<body> <body>