Skip to content

Commit

Permalink
chore: inline font decl
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Oct 14, 2024
1 parent 6a2331a commit a561cf2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
<head>
<title>{host} - no bs pastebin</title>
<meta name="description" content="{host} - no bs command line pastebin">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/ibm-plex-mono.min.css">
<style>
@font-face {{
font-family: 'IBM Plex Mono';
src: url('https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/src/ibm-plex-mono/IBMPlexMono.woff2') format('woff2'),
url('https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/src/ibm-plex-mono/IBMPlexMono.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}}
body {{
color: #f4f4f4;
background: #0b0b0b;
Expand Down

0 comments on commit a561cf2

Please sign in to comment.