We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a39ea5 commit 67a8af9Copy full SHA for 67a8af9
index.html
@@ -11,6 +11,17 @@
11
<script language="javascript" src="https://github.com/LambdaHack/lambdahack.github.io/releases/download/newestJS/all.js"></script>
12
13
<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
25
</head>
26
<body>
27
</body>
0 commit comments