Skip to content

Commit

Permalink
Fix: Import font directly from github.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlee-06 committed Dec 17, 2024
1 parent 7a6fcc5 commit eb81be2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/aoa.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,9 @@
<button onclick="window.print(); " style="border: 0; border-radius: 5px; padding: 10px 100px; background-color: rgb(5, 134, 255); color: white; cursor: pointer;">列印</button>

<style>
/* @font-face {
font-family: 'iansui';
src: url('../assets/Iansui-Regular.ttf') format('truetype')
} */

@font-face {
font-family: 'edukai';
src: url('../assets/edukai-5.0.ttf') format('truetype')
src: url('https://github.com/NTUT-NPC/AoA/raw/refs/heads/main/assets/edukai-5.0.ttf') format('truetype')
}

@media print {
Expand Down

0 comments on commit eb81be2

Please sign in to comment.