mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Fix invalid font link
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-config" content="/assets/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<link rel="stylesheet" href="/assets/css/main.css"><link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.1/css/all.css" ><!-- start custom head snippets -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css"><link rel="stylesheet" href="/static/2022-09/all.css" ><!-- start custom head snippets -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
<script>(function() {
|
||||
@@ -231,17 +231,17 @@
|
||||
var TEXT_VARIABLES = {
|
||||
version: '2.2.6',
|
||||
sources: {
|
||||
font_awesome: 'https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.1/css/all.css',
|
||||
jquery: 'https://cdn.bootcss.com/jquery/3.1.1/jquery.min.js',
|
||||
leancloud_js_sdk: '//cdn.jsdelivr.net/npm/leancloud-storage@3.13.2/dist/av-min.js',
|
||||
chart: 'https://cdn.bootcss.com/Chart.js/2.7.2/Chart.bundle.min.js',
|
||||
font_awesome: '/static/2022-09/all.css',
|
||||
jquery: '/static/2022-09/jquery.min.js',
|
||||
leancloud_js_sdk: '/static/2022-09/av-min.js',
|
||||
chart: '/static/2022-09/Chart.bundle.min.js',
|
||||
gitalk: {
|
||||
js: 'https://cdn.bootcss.com/gitalk/1.2.2/gitalk.min.js',
|
||||
css: 'https://cdn.bootcss.com/gitalk/1.2.2/gitalk.min.css'
|
||||
js: '/static/2022-09/gitalk.min.js',
|
||||
css: '/static/2022-09/gitalk.min.css'
|
||||
},
|
||||
valine: 'https://unpkg.com/valine/dist/Valine.min.js',
|
||||
mathjax: 'https://cdn.bootcss.com/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML',
|
||||
mermaid: 'https://cdn.bootcss.com/mermaid/8.0.0-rc.8/mermaid.min.js'
|
||||
valine: '/static/2022-09/Valine.min.js',
|
||||
mathjax: '/static/2022-09/MathJax.js?config=TeX-MML-AM_CHTML',
|
||||
mermaid: '/static/2022-09/mermaid.min.js'
|
||||
},
|
||||
site: {
|
||||
toc: {
|
||||
|
||||
Reference in New Issue
Block a user