Fixed fonts and logos
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 29s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 29s
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
top: 5rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: "Jost";
|
||||
}
|
||||
|
||||
.contact {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<img src="assets/white-header-logo.svg" />
|
||||
<img src="assets/CPTARN_logo-name_White.svg" />
|
||||
<div class="menu">
|
||||
<a href="#about">about</a>
|
||||
<a href="#contact">contact</a>
|
||||
|
||||
@@ -21,6 +21,7 @@ img {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
align-content: center;
|
||||
font-family: "Jost";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<img class="mobile" src="assets/CptArn_black.png"/>
|
||||
<img class="mobile" src="assets/CPTARN_logo-figure_White.svg"/>
|
||||
<p class="hero-text">NO LIMITS, JUST <span class="subSlogan">{{subSlogan}}</span></p>
|
||||
|
||||
@@ -15,6 +15,7 @@ $margin: 8rem;
|
||||
h2 {
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
font-family: "Jost";
|
||||
}
|
||||
|
||||
.left, .right {
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<script data-goatcounter="https://cptarn.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
||||
Reference in New Issue
Block a user