17 lines
352 B
CSS
17 lines
352 B
CSS
.zenkaku {
|
|
@font-face { font-family: "Zen Kaku Gothic Antique"; src: url('fonts/zenkaku/ZenKakuGothicAntique-Regular.ttf'); }
|
|
}
|
|
|
|
.montserrat {
|
|
@font-face { font-family: Montserrat; src: url('fonts/montserrat/Montserrat-Regular.ttf'); }
|
|
}
|
|
|
|
.navbar {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
li {
|
|
display: inline;
|
|
} |