Skip to content

Commit

Permalink
Update fonts.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby101010 committed Jan 15, 2025
1 parent 769030a commit 07ff090
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions _includes/fonts.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<style>
body {
font-family: "Times New Roman", Times, serif;
}
</style>
<!-- Async font loading -->
<script>
window.WebFontConfig = {
custom: {
families: ['Spoqa Han Sans:100,300,400,700'],
urls: ['https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css']
},
timeout: 60000
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont.js';
s.parentNode.insertBefore(wf, s);
})(document);
</script>

0 comments on commit 07ff090

Please sign in to comment.