courier new in a few extra places
This commit is contained in:
parent
bce76b4ab4
commit
9bd6d780cb
2 changed files with 7 additions and 1 deletions
|
@ -2,5 +2,5 @@ title: Hello
|
||||||
author: pagwin
|
author: pagwin
|
||||||
tags: [hello, this is a list]
|
tags: [hello, this is a list]
|
||||||
description: "this is a description"
|
description: "this is a description"
|
||||||
draft: false
|
draft: false
|
||||||
date: 2024-08-01
|
date: 2024-08-01
|
||||||
|
|
|
@ -29,6 +29,12 @@ a:hover {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
padding: 0em 0.25em;
|
padding: 0em 0.25em;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
font-variant: small-caps;
|
||||||
|
font-family: "Courier Prime", Georgia, serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt >a {
|
||||||
|
font-family: "Courier Prime", Georgia, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*font sizes*/
|
/*font sizes*/
|
||||||
|
|
Loading…
Reference in a new issue