Skip to content

Commit 7d77d3c

Browse files
committed
add font-face
1 parent 8fd6a39 commit 7d77d3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

page-not-found.html

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
{% include common/style.html %}
1111

1212
<link rel="preload" as="font" href="/fonts/w95fa.woff2" type="font/woff2" crossorigin="anonymous">
13+
14+
<style>
15+
@font-face {
16+
font-family: 'W95FA';
17+
src: url('/fonts/w95fa.woff2') format('woff2');
18+
font-weight: normal;
19+
font-style: normal;
20+
}
21+
</style>
1322
</head>
1423
<body>
1524
<div class="page-not-found">{{ content }}</div>

0 commit comments

Comments
 (0)