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