mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
test new text
This commit is contained in:
parent
a4a1209b58
commit
ee02404ecb
BIN
data/style/fonts/broadway.ttf
Normal file
BIN
data/style/fonts/broadway.ttf
Normal file
Binary file not shown.
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user