mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-11-01 03:46:38 -07:00
14 lines
259 B
CSS
14 lines
259 B
CSS
@font-face {
|
|
font-family: ringbearer;
|
|
src: url('../fonts/ringbearer.ttf');
|
|
}
|
|
|
|
body, html {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
html {
|
|
background: url('../images/BrownWithWignette.jpg') no-repeat center center fixed;
|
|
background-size: cover;
|
|
} |