feat: move all static files to cdn

This commit is contained in:
2024-07-20 20:06:34 +08:00
parent fd7766f2e6
commit edc0201e08
3 changed files with 12 additions and 12 deletions

View File

@@ -10,16 +10,16 @@
<meta name="theme-color" content="#303030" media="(prefers-color-scheme: dark)">
<!-- highlight.js -->
<link href="https://cdn.bootcdn.net/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css" rel="stylesheet">
<script src="https://cdn.bootcdn.net/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<link href="https://cdn.taurusxin.com/assets/highlight.js/9.12.0/styles/atom-one-dark.min.css" rel="stylesheet">
<script src="https://cdn.taurusxin.com/assets/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad()</script>
<style>
@font-face{
font-family: 'JetBrains Mono';
src: url('https://fastly.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://fastly.jsdelivr.net/gh/JetBrains/JetBrainsMono/web/woff/JetBrainsMono-Regular.woff') format('woff'),
url('https://fastly.jsdelivr.net/gh/JetBrains/JetBrainsMono/ttf/JetBrainsMono-Regular.ttf') format('truetype');
src: url('https://cdn.taurusxin.com/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://cdn.taurusxin.com/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.woff') format('woff'),
url('https://cdn.taurusxin.com/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}