update fonts (thanks MrYash)

This commit is contained in:
才羽青空 2025-12-28 18:05:41 +08:00
parent da402a5a28
commit 11901ec67a
7 changed files with 376 additions and 84 deletions

View file

@ -1,3 +1,25 @@
@font-face {
font-family:"bombard";
src: url("../fonts/BOMBARD_.ttf") format("truetype"),
url("../fonts/BOMBARD_.otf") format("opentype");
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:"moonshiner";
src: url("../fonts/moonshiner-round.ttf") format("truetype");
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:"overpass";
src: url("../fonts/Overpass-VariableFont_wght.ttf") format("truetype");
font-weight: 100 900;
font-style: normal;
}
@font-face {
font-family:"Pubg Sans Regular";
src:url("../fonts/PUBG_SANS.eot?") format("eot"),
@ -8,24 +30,6 @@
font-style:normal;
}
@font-face {
font-family:"Bombard";
src:url("../fonts/bombard.woff") format("woff"),
url("../fonts/bombard.woff") format("woff2");
font-weight:normal;
font-style:normal;
font-display: swap;
}
@font-face {
font-family:"Moonshiner";
src:url("../fonts/Moonshiner.woff") format("woff"),
url("../fonts/Moonshiner.woff") format("woff2");
font-weight:normal;
font-style:normal;
font-display: swap;
}
.fade-enter-active, .fade-leave-active {
transition: opacity 0.5s
}
@ -57,7 +61,7 @@
transform: translate(-50%);
bottom: 3vh;
font-size: 3vh;
font-family: 'Overpass-Reg'
font-family: 'overpass'
}
.loading-text > img {
@ -347,7 +351,7 @@ body {
}
.sel-server-button {
font-family: 'Agency';
font-family: 'overpass', 'Agency';
margin-bottom: 0.8vh;
font-size: 2vh;
text-align: left;
@ -384,7 +388,7 @@ body {
/* Custom Match Button */
.custom-match-button {
font-family: 'Agency', sans-serif;
font-family: 'overpass', 'Agency', sans-serif;
font-size: 2.2vh;
font-weight: bold;
text-transform: uppercase;
@ -451,7 +455,7 @@ body {
.friends-text {
color: #fff;
font-family: 'Agency';
font-family: 'overpass', 'Agency';
font-size: 2vh;
margin-right: 1.5vh;
}
@ -684,7 +688,7 @@ body {
.receive-invite-button {
background-color: #E3B62F;
color: #000;
font-family: 'Agency';
font-family: 'overpass';
font-weight: bold;
font-size: 1.8vh;
padding: 0.1vh 2vh;
@ -695,7 +699,7 @@ body {
align-items: center;
position: fixed;
bottom: 0.8vh;
left: 13vw;
left: 16vw;
z-index: 101;
}
@ -724,6 +728,7 @@ body {
.nav-item {
font-family: 'overpass', 'Agency';
color: rgba(255, 255, 255, 0.8);
cursor: pointer;
transition: color 0.2s ease;
@ -804,6 +809,7 @@ body {
}
.player-name {
font-family: 'overpass', 'Agency';
font-size: 2.5vh;
font-weight: normal;
color: #fff;
@ -853,30 +859,33 @@ body {
}
.play-text {
font-family: 'Bombard', 'Agency', 'PUBG Sans Regular', sans-serif;
font-family: 'bombard', 'PUBG Sans Regular';
color: #fff;
font-size: 6vh;
font-size: 7vh;
text-transform: uppercase;
text-shadow: 0.2em 0.2em 0.4em rgba(0, 0, 0, 0.9);
margin-bottom: 0.8vh;
text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.9);
margin-bottom: 0;
font-weight: bold;
letter-spacing: 5px;
letter-spacing: -0.03em;
line-height: 1;
text-align: left;
opacity: 1;
position: relative;
top: -0.5vh;
animation: pulse-opacity 5s infinite ease-in-out;
}
.tips-text {
font-family: 'Moonshiner', 'Agency', 'PUBG Sans Regular', sans-serif;
font-size: 3.2vh;
font-family: 'moonshiner', 'PUBG Sans Regular';
font-size: 4vh;
text-transform: uppercase;
color: rgba(227, 182, 47, 1);
text-shadow: 0.15em 0.15em 0.3em rgba(0, 0, 0, 0.9);
letter-spacing: 0.08em;
text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.9);
letter-spacing: 0.05em;
position: relative;
opacity: 1;
opacity: 0.9;
line-height: 1;
text-align: left;
margin-top: -0.5vh;
}
/* Tips text container */