modify team store and font
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user