star large font change to woff for size

This commit is contained in:
Matt Walsh
2025-06-04 23:39:34 -05:00
parent 9d1c21d8ef
commit 9252275436
7 changed files with 8 additions and 4 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -9,6 +9,7 @@
width: 255px; width: 255px;
display: inline-block; display: inline-block;
margin-top: 10px; margin-top: 10px;
padding-top: 10px;
position: absolute; position: absolute;
@include u.text-shadow(); @include u.text-shadow();
@@ -92,7 +93,9 @@
color: c.$title-color; color: c.$title-color;
max-height: 32px; max-height: 32px;
margin-bottom: 10px; margin-bottom: 10px;
padding-top: 4px;
overflow: hidden; overflow: hidden;
text-wrap: nowrap;
} }
} }
} }

View File

@@ -288,7 +288,7 @@ body {
@font-face { @font-face {
font-family: 'Star4000 Large'; font-family: 'Star4000 Large';
src: url('../fonts/Star4000 Large.ttf') format('truetype'); src: url('../fonts/Star4000 Large.woff') format('woff');
font-display: swap; font-display: swap;
} }

View File

@@ -38,6 +38,7 @@
.temp { .temp {
font-family: 'Star4000 Large'; font-family: 'Star4000 Large';
font-size: 28px; font-size: 28px;
padding-top: 2px;
color: c.$title-color; color: c.$title-color;
top: 28px; top: 28px;
text-align: right; text-align: right;

View File

@@ -20,7 +20,7 @@
<meta property="og:image:height" content="627"> <meta property="og:image:height" content="627">
<link rel="prefetch" href="fonts/Star4000.woff" as="font" type="font/woff" crossorigin> <link rel="prefetch" href="fonts/Star4000.woff" as="font" type="font/woff" crossorigin>
<link rel="prefetch" href="fonts/Star4000 Extended.woff" as="font" type="font/woff" crossorigin> <link rel="prefetch" href="fonts/Star4000 Extended.woff" as="font" type="font/woff" crossorigin>
<link rel="prefetch" href="fonts/Star4000 Large.ttf" as="font" type="font/ttf" crossorigin> <link rel="prefetch" href="fonts/Star4000 Large.woff" as="font" type="font/woff" crossorigin>
<link rel="prefetch" href="fonts/Star4000 Small.woff" as="font" type="font/woff" crossorigin> <link rel="prefetch" href="fonts/Star4000 Small.woff" as="font" type="font/woff" crossorigin>
<% if (production) { %> <% if (production) { %>