aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordzaima <atdzim@inbox.lv>2020-09-24 18:38:17 +0300
committerdzaima <atdzim@inbox.lv>2020-09-24 18:38:17 +0300
commit7eac03b484ce88dd19cf0ce0652a47fb9658d657 (patch)
tree8279da541a4abf7c885e6359d8042c8e8045de6e
parentcd44638f5dceb36bef77e9a55d6e46807bcdc559 (diff)
font for <code>
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 36414f2..329105a 100644
--- a/index.html
+++ b/index.html
@@ -12,12 +12,14 @@
font-size: 16px;
background-color: #181818;
color: #D2D2D2;
- font-family: BQN386, "BQN386 Unicode";
margin: 1em auto;
max-width: 43em;
padding: 0 0.62em;
line-height: 1.6;
}
+ body, code, .code {
+ font-family: BQN386, "BQN386 Unicode";
+ }
.code, code {
background-color: #141414;
border: 1px solid rgba(255,255,255,.1);