Moved custom font css to the proper place.

This commit is contained in:
Zachary Billman 2025-02-26 11:30:11 -05:00
parent 3fb6702c4c
commit 2b7640cb0e
9 changed files with 58 additions and 35 deletions

View File

@ -0,0 +1,57 @@
@font-face {
font-family: "GentiumBookPlus";
src: url("/fonts/GentiumBookPlus-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "GentiumBookPlus";
src: url("/fonts/GentiumBookPlus-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "GentiumBookPlus";
src: url("/fonts/GentiumBookPlus-BoldItalic.ttf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "GentiumBookPlus";
src: url("/fonts/GentiumBookPlus-Italic.ttf") format("truetype");
font-weight: normal;
font-style: italic;
}
body {
font-family: "GentiumBookPlus";
font-size: 22px;
line-height: 1.4;
}
.entry-content {
font-size: 20px;
line-height: 1.25;
}
.entry-header h2 {
font-size: 28px;
}
.logo a {
font-size: 30px;
}
#menu a {
font-size: 20px;
font-weight: bold;
font-style: italic;
}
.post-meta,
.breadcrumbs a {
font-size: 20px;
}

BIN
public/fonts/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -250,23 +250,6 @@ My pandemic hobby is similar, but different in that it often feels like a chore,
<script src="/shortcode-gallery/jquery-3.7.1.min.js"></script>
<script src="/shortcode-gallery/lazy/jquery.lazy.min.js"></script>
<script src="/shortcode-gallery/swipebox/js/jquery.swipebox.min.js"></script>
<link rel="stylesheet" href="/shortcode-gallery/swipebox/css/swipebox.min.css">
<script src="/shortcode-gallery/justified_gallery/jquery.justifiedGallery.min.js"></script>
<link rel="stylesheet" href="/shortcode-gallery/justified_gallery/justifiedGallery.min.css"/>
<style>

View File

@ -235,23 +235,6 @@ I was very pleased to capture a few choice shots of the bird. Hopefully there ar
<script src="/shortcode-gallery/jquery-3.7.1.min.js"></script>
<script src="/shortcode-gallery/lazy/jquery.lazy.min.js"></script>
<script src="/shortcode-gallery/swipebox/js/jquery.swipebox.min.js"></script>
<link rel="stylesheet" href="/shortcode-gallery/swipebox/css/swipebox.min.css">
<script src="/shortcode-gallery/justified_gallery/jquery.justifiedGallery.min.js"></script>
<link rel="stylesheet" href="/shortcode-gallery/justified_gallery/justifiedGallery.min.css"/>
<style>

@ -1 +1 @@
Subproject commit 9f1f414be805a2f94e2f51bd4be2b365ff12386d
Subproject commit 243ba38a34ce03a6c44c1eed36e22bc992ccc019