mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 10:13:07 -06:00
Use myspace-styled font for site logo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
@font-face {
|
||||
font-family: "Arial Rounded MT Bold";
|
||||
src: url("/static/arial_rounded_bold.ttf");
|
||||
}
|
||||
body, html {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Verdana, Arial, sans-serif, Helvetica;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -16,6 +20,7 @@ body, html {
|
||||
color: #ef7900;
|
||||
font-size: 2.5em;
|
||||
letter-spacing: -2.8px;
|
||||
font-family: "Arial Rounded MT Bold", sans-serif;
|
||||
}
|
||||
|
||||
.header-primary {
|
||||
|
||||
Reference in New Issue
Block a user