diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index f74d26ce64..ebf3d760b1 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -32,7 +32,9 @@ pre { white-space: pre; } -code { +code, +kbd, +samp { font-family: monospace; }