diff --git a/src/css/y.css b/src/css/y.css index 35d6e4e..3499f91 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -107,7 +107,7 @@ figcaption { text-align: right; font-style: italic; font-size: 0.875em; } #toc { font-size: 0.875em; } #toc ul { padding-left: 2rem; } #toc, blockquote, pre.example, .line-block { margin: 0 1rem; padding: 0 1rem; border-left: solid var(--gr); } -.pubDate { display: inline-block; width: 7em; font-size: .825em; opacity: 0.7; } +.pubDate { display: inline-block; width: 7em; font-family: "PT Mono",monospace; font-size: .825em; opacity: 0.7; } /* Fonts; https://systemfontstack.com */ .sans { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; }