changes to background and stuff
This commit is contained in:
parent
b3e231eff9
commit
83219dde4a
6 changed files with 19 additions and 21 deletions
BIN
css/Brushzing-Regular.ttf.otf
Normal file
BIN
css/Brushzing-Regular.ttf.otf
Normal file
Binary file not shown.
BIN
css/c1-kenangan.regular.otf
Normal file
BIN
css/c1-kenangan.regular.otf
Normal file
Binary file not shown.
|
@ -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');
|
||||
}
|
|
@ -4,10 +4,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>Commited Lines</title>
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
<!-- fonts -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<!-- Cherry Cream Soda -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -5,10 +5,10 @@ document.querySelector(".writeHeader").innerHTML = `
|
|||
<a href="index.html"><img src="./img/logo.png" alt="" /></a>
|
||||
|
||||
<div id="nav">
|
||||
<a href="index.html">HOME</a> |
|
||||
<a href="archive.html">ARCHIVE</a> |
|
||||
<a href="about.html">ABOUT</a> |
|
||||
<a href="characters.html">CHARACTERS</a>
|
||||
<a href="index.html">Home</a> |
|
||||
<a href="archive.html">Archive</a> |
|
||||
<a href="about.html">Me?</a> |
|
||||
<a href="lore.html">Lore</a>
|
||||
</div>
|
||||
</header>
|
||||
`;
|
|
@ -4,24 +4,15 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>WebComic | Characters</title>
|
||||
<title>Commited Lines | Lore</title>
|
||||
|
||||
<!-- style -->
|
||||
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
|
||||
<!-- fonts -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<!-- Cherry Cream Soda -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&display=swap" rel="stylesheet">
|
||||
<!-- Open Sans -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body align="center">
|
||||
|
||||
<!-- header -->
|
||||
<div class="writeHeader"></div>
|
||||
|
||||
<!-- this character page kind of sucks, its more of an example of the kinds of supplementary pages you can potentially add-->
|
||||
|
||||
<div class="subPage clearfix" align="center">
|
||||
<h1>Characters</h1>
|
Reference in a new issue