Skip to content

Commit 445a7bd

Browse files
authored
fix: font
1 parent 64350fc commit 445a7bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
99
<title>NULL GNU/Linux | Everything is your choice.</title>
1010
<style>
11+
@font-face {
12+
font-family: 'IBM Plex Mono';
13+
src: url('/IBMPlexMono-Regular.ttf.ttf') format('truetype');
14+
}
1115
* {
1216
margin: 0;
1317
padding: 0;

0 commit comments

Comments
 (0)