From 2239f38232c4accd3e62ebe8d2da3ab7702bd906 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Thu, 2 Feb 2023 16:04:09 +0100 Subject: [PATCH] actually get monospace font --- http/account.html | 2 +- http/admin.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http/account.html b/http/account.html index dccd419..839f528 100644 --- a/http/account.html +++ b/http/account.html @@ -11,7 +11,7 @@ h1, h2, h3, h4 { margin-bottom: 1ex; } h1 { font-size: 1.2rem; } h2 { font-size: 1.1rem; } h3, h4 { font-size: 1rem; } -.literal { background-color: #fdfdfd; padding: .5em 1em; border: 1px solid #eee; border-radius: 4px; white-space: pre-wrap; font-family: mono; font-size: 15px; tab-size: 4; } +.literal { background-color: #fdfdfd; padding: .5em 1em; border: 1px solid #eee; border-radius: 4px; white-space: pre-wrap; font-family: monospace; font-size: 15px; tab-size: 4; } table td, table th { padding: .2em .5em; } table > tbody > tr:nth-child(odd) { background-color: #f8f8f8; } p { margin-bottom: 1em; max-width: 50em; } diff --git a/http/admin.html b/http/admin.html index 7b05607..f9f4725 100644 --- a/http/admin.html +++ b/http/admin.html @@ -12,7 +12,7 @@ h1 { font-size: 1.2rem; } h2 { font-size: 1.1rem; } h3, h4 { font-size: 1rem; } ul { padding-left: 1rem; } -.literal { background-color: #fdfdfd; padding: .5em 1em; border: 1px solid #eee; border-radius: 4px; white-space: pre-wrap; font-family: mono; font-size: 15px; tab-size: 4; } +.literal { background-color: #fdfdfd; padding: .5em 1em; border: 1px solid #eee; border-radius: 4px; white-space: pre-wrap; font-family: monospace; font-size: 15px; tab-size: 4; } table td, table th { padding: .2em .5em; } table > tbody > tr:nth-child(odd) { background-color: #f8f8f8; } p { margin-bottom: 1em; max-width: 50em; }