style: update .site-title font to match "aider" logo styling

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 12:13:36 -07:00
parent 6d79000d6c
commit 2f7892561f

View file

@ -8,11 +8,18 @@
<!-- Custom site title styling --> <!-- Custom site title styling -->
<style> <style>
@font-face {
font-family: GlassTTYVT220;
src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(/assets/Glass_TTY_VT220.ttf) format("truetype");
}
.site-title { .site-title {
font-size: 24px; font-size: 1.8rem;
font-weight: 700; font-weight: 700;
color: #157878; font-family: 'GlassTTYVT220', monospace;
/* Add any other CSS properties you want to override */ color: #14b014; /* terminal green color */
text-decoration: none;
letter-spacing: 0.5px;
} }
</style> </style>
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml"> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">