Use hack font

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-12-21 21:07:33 +05:30
parent 3a9e8390fe
commit e18235873e
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -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;