|
39 | 39 | </div>
|
40 | 40 | <div class="modal-body">
|
41 | 41 | <div class="text-block">
|
42 |
| - <h1>What is this?</h1> |
| 42 | + <h1>What's the volume?</h1> |
43 | 43 | <p>
|
44 | 44 | This is a site for <a
|
45 | 45 | href="https://www.youtube.com/channel/UC8rcEBzJSleTkf_-agPM20g"
|
|
50 | 50 | <a href="https://impomu.com/" target="_blank" rel="noopener noreferrer">impomu</a>
|
51 | 51 | and
|
52 | 52 | <a href="https://faunaraara.com/" target="_blank" rel="noopener noreferrer">faunaraara</a
|
53 |
| - >. |
| 53 | + >, and is based on her habit of asking how the volume is. |
54 | 54 | </p>
|
55 | 55 | <p>
|
56 | 56 | For those interested in the source code for both the site and server, it can be found <a
|
|
88 | 88 | </li>
|
89 | 89 | <li>
|
90 | 90 | <p>
|
91 |
| - The font used throughout is <a |
| 91 | + The fonts used throughout are <a |
92 | 92 | href="https://www.fontspring.com/fonts/inky-type/riffic"
|
93 | 93 | target="_blank"
|
94 | 94 | rel="noopener noreferrer">Riffic Free Bold</a
|
| 95 | + > |
| 96 | + and |
| 97 | + <a |
| 98 | + id="fred" |
| 99 | + href="https://fonts.google.com/specimen/Fredoka" |
| 100 | + target="_blank" |
| 101 | + rel="noopener noreferrer">Fredoka</a |
95 | 102 | >.
|
96 | 103 | </p>
|
97 | 104 | </li>
|
|
151 | 158 | >!
|
152 | 159 | </p>
|
153 | 160 | </div>
|
| 161 | + <div class="text-block"> |
| 162 | + <h1>Yoisho?</h1> |
| 163 | + <p> |
| 164 | + <a href="https://yoisho.howsthevolu.me/" target="_blank" rel="noopener noreferrer" |
| 165 | + >Yoisho.</a |
| 166 | + > |
| 167 | + </p> |
| 168 | + </div> |
154 | 169 | <div class="image-block">
|
155 | 170 | <img src="/images/heart.webp" alt="heart" loading="lazy" />
|
156 | 171 | </div>
|
|
197 | 212 | }
|
198 | 213 |
|
199 | 214 | .modal-header h1 {
|
200 |
| - font-family: sans-serif; |
| 215 | + font-family: 'Fredoka Variable', sans-serif; |
| 216 | + font-weight: 500; |
201 | 217 | font-size: 28px;
|
202 | 218 | flex-grow: 2;
|
203 | 219 | padding: 20px 0px 20px 22px;
|
|
206 | 222 | }
|
207 | 223 |
|
208 | 224 | .close {
|
209 |
| - font-family: 'Riffic', sans-serif; |
| 225 | + font-family: 'Fredoka Variable', sans-serif; |
| 226 | + font-weight: 600; |
210 | 227 | width: 18px;
|
211 | 228 | height: 18px;
|
212 | 229 | background-color: transparent;
|
|
233 | 250 | }
|
234 | 251 |
|
235 | 252 | .text-block {
|
236 |
| - font-family: sans-serif; |
| 253 | + font-family: 'Fredoka Variable', sans-serif; |
237 | 254 | margin: 0;
|
238 | 255 | display: flex;
|
239 | 256 | flex-direction: column;
|
240 | 257 | gap: 0.5em;
|
241 | 258 | }
|
242 | 259 |
|
243 | 260 | .text-block h1 {
|
| 261 | + font-weight: 500; |
244 | 262 | font-size: larger;
|
245 | 263 | margin-top: 0px;
|
246 | 264 | margin-bottom: 0px;
|
|
249 | 267 | .text-block p,
|
250 | 268 | .text-block a,
|
251 | 269 | .text-block ul {
|
| 270 | + font-weight: 400; |
252 | 271 | font-size: medium;
|
253 | 272 | margin: 0px;
|
254 | 273 | }
|
|
0 commit comments