We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338808b commit 27d728fCopy full SHA for 27d728f
1 file changed
index.html
@@ -5,6 +5,16 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>Test</title>
7
<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
14
+ font-family: 'TaipeiSansTCBeta-Regular';
15
+ src: url(./fonts/TaipeiSansTCBeta-Regular.ttf);
16
17
+ </style>
18
</head>
19
<body>
20
0 commit comments