test new text

This commit is contained in:
Boof 2023-02-09 09:58:31 +01:00 committed by GitHub
parent a4a1209b58
commit ee02404ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -1,5 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@font-face {
font-family: Broadway;
src: url(/data/style/fonts/broadway.ttf);
}
.emailformbutton {
background: #1470e9;

View File

@ -44,7 +44,7 @@
<nav>
<img src="data/images/logoround.png" alt="Boofdev">
<p class="text">Boofdev</p>
<p class="text" style="font-family: Broadway;">Boofdev</p>
<ul id="nav-pc">
<li><a href="index.html" id="nav-active">Home</a></li>
<li><a class="colorurl" href="/about">About me</a></li>