Use hack font
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
3a9e8390fe
commit
e18235873e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/atom-one-dark.min.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack-subset.css" integrity="sha512-/qDvulLjBL2EaRMJOIXQhkiKwhlkDdT2qY000siiuS02OOxbL8BrBOW1aJBjPkC/QJzc8VbnIe4zzGsISNnTHg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
|
||||
|
||||
<style>
|
||||
|
@ -14,6 +15,7 @@
|
|||
font-family: 'Inter';
|
||||
}
|
||||
pre {
|
||||
font-family: Hack, monospace;
|
||||
overflow-x: auto;
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
|
|
Loading…
Reference in a new issue