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

View File

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

View File

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