22 lines
253 B
CSS
22 lines
253 B
CSS
@font-face {
|
|
font-family: Super Pixel;
|
|
src: url(/assets/fonts/super_pixel.ttf)
|
|
}
|
|
|
|
* {
|
|
font-family: Super Pixel;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
display: inline;
|
|
}
|
|
|
|
li h1 {
|
|
display: inline;
|
|
}
|