|
|
|
@ -9,7 +9,7 @@ body, div, main, section, article { |
|
|
|
|
|
|
|
|
|
/* universal background color */ |
|
|
|
|
body { |
|
|
|
|
background-color: #DA5437; |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* header image */ |
|
|
|
@ -29,12 +29,12 @@ header img { |
|
|
|
|
|
|
|
|
|
/* header font */ |
|
|
|
|
#showComic, header, h1, h2, h3, h4, h5 { |
|
|
|
|
font-family: 'Cherry Cream Soda', cursive; |
|
|
|
|
font-family: 'Brushzing-Regular'; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* body font */ |
|
|
|
|
.subPage p, footer, #authorNotes, .archiveTable { |
|
|
|
|
font-family: 'Open Sans', sans-serif; |
|
|
|
|
font-family: 'kenangan'; |
|
|
|
|
font-size: large; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -204,3 +204,14 @@ html, body { |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Custom font */ |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'kenangan'; |
|
|
|
|
src: url('c1-kenangan.regular.otf') format('truetype'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: 'Brushzing-Regular'; |
|
|
|
|
src: url('Brushzing-Regular.ttf.otf') format('truetype'); |
|
|
|
|
} |