New heading font
This commit is contained in:
parent
eee51de682
commit
c388d95393
5 changed files with 16 additions and 7 deletions
|
|
@ -95,7 +95,7 @@
|
||||||
}
|
}
|
||||||
.home header nav .front-menu li a {
|
.home header nav .front-menu li a {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: AtomicAge-Regular;
|
font-family: Amarante;
|
||||||
color: #FBFCFF;
|
color: #FBFCFF;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
@ -616,10 +616,14 @@
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Orbitron-Regular;
|
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 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: AtomicAge-Regular;
|
font-family: Amarante;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: AtomicAge-Regular;
|
font-family: Amarante;
|
||||||
color: colors.$primaryWhite;
|
color: colors.$primaryWhite;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
|
|
@ -52,11 +52,16 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Orbitron-Regular;
|
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 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-family: AtomicAge-Regular;
|
font-family: Amarante;
|
||||||
letter-spacing: 2px;
|
letter-spacing: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
BIN
public/fonts/Amarante-Regular.ttf
Normal file
BIN
public/fonts/Amarante-Regular.ttf
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue