diff --git a/assets/css/main.css b/assets/css/main.css index 165d11e..4aefa5e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2,11 +2,6 @@ --maincolor: peachpuff; } -@font-face { - font-family: 'fantasque-sans-mono'; - src: url('//fruw.org/fantasque-sans-mono.woff2'); -} - html { background-color: black; background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif"); @@ -14,7 +9,7 @@ html { background-attachment: fixed; background-position: center top; color: #232333; - font-family: "fantasque-sans-mono", monospace; + font-family: monospace; font-size: 15px; line-height: 1.6em; scrollbar-color: var(--maincolor) black; @@ -123,6 +118,7 @@ pre { line-height: 1.4; padding: 1em; white-space: pre-wrap; + word-break: break-word; } .highlight pre ::selection {