Skip to content

Commit 67a8af9

Browse files
committed
Specify a custom font to use for LambdaHack
1 parent 8a39ea5 commit 67a8af9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@
1111
<script language="javascript" src="https://github.com/LambdaHack/lambdahack.github.io/releases/download/newestJS/all.js"></script>
1212

1313
<title>LambdaHack</title>
14+
15+
<style type="text/css">
16+
17+
@font-face {
18+
font-family: lambdaHackFont;
19+
src: url("https://github.com/LambdaHack/LambdaHack/blob/master/GameDefinition/fonts/Fix15Mono-Bold.woff?raw=true");
20+
font-weight: bold;
21+
}
22+
23+
</style>
24+
1425
</head>
1526
<body>
1627
</body>

0 commit comments

Comments
 (0)