mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: update .site-title font to match "aider" logo styling
This commit is contained in:
parent
6d79000d6c
commit
2f7892561f
1 changed files with 10 additions and 3 deletions
|
@ -8,11 +8,18 @@
|
|||
|
||||
<!-- Custom site title styling -->
|
||||
<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 {
|
||||
font-size: 24px;
|
||||
font-size: 1.8rem;
|
||||
font-weight: 700;
|
||||
color: #157878;
|
||||
/* Add any other CSS properties you want to override */
|
||||
font-family: 'GlassTTYVT220', monospace;
|
||||
color: #14b014; /* terminal green color */
|
||||
text-decoration: none;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
</style>
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue