Skip to content

Commit 27d728f

Browse files
committed
import fonts
1 parent 338808b commit 27d728f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Test</title>
77
<script src="./js/sodo-search.min.js"></script>
8+
<style>
9+
@font-face {
10+
font-family: 'TaipeiSansTCBeta-Bold';
11+
src: url(./fonts/TaipeiSansTCBeta-Bold.ttf);
12+
}
13+
@font-face {
14+
font-family: 'TaipeiSansTCBeta-Regular';
15+
src: url(./fonts/TaipeiSansTCBeta-Regular.ttf);
16+
}
17+
</style>
818
</head>
919
<body>
1020

0 commit comments

Comments
 (0)