New heading font

This commit is contained in:
Alex 2026-06-05 11:17:30 -07:00
parent eee51de682
commit c388d95393
5 changed files with 16 additions and 7 deletions

View file

@ -95,7 +95,7 @@
}
.home header nav .front-menu li a {
display: block;
font-family: AtomicAge-Regular;
font-family: Amarante;
color: #FBFCFF;
font-size: 1.5rem;
text-decoration: none;
@ -616,10 +616,14 @@
}
@font-face {
font-family: Orbitron-Regular;
src: url("/fonts/Orbitron-Regular.ttf") format();
src: url("/fonts/Orbitron-Regular.ttf") format("opentype");
}
@font-face {
font-family: Amarante;
src: url("/fonts/Amarante-Regular.ttf") format("opentype");
}
h1, h2, h3, h4, h5, h6 {
font-family: AtomicAge-Regular;
font-family: Amarante;
letter-spacing: 2px;
}