modify team store and font

This commit is contained in:
colden
2025-12-24 21:45:08 +08:00
parent 28e1507889
commit 70dd10247a
10 changed files with 135 additions and 11 deletions

View File

@@ -191,6 +191,14 @@ const goBack = () => {
</script>
<style scoped lang="scss">
@font-face {
font-family: 'F1';
src: url('../assets/Formula1-Black.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.driver-detail {
padding: 20px;
}
@@ -213,8 +221,13 @@ const goBack = () => {
margin-top: 750px;
}
.info {
font-family: 'F1';
}
.info h1 {
font-size: 36px;
font-family: 'F1';
}
.vertical-bar1 {