File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
77 {%- seo -%}
8- < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Noto+Serif+TC&family=Noto+Serif+JP&family=Noto+Color+Emoji&family=Noto+Serif+Thai " />
8+ <!-- The Google Font async wizardry below is courtesy of: https://csswizardry.com/2020/05/the-fastest-google-fonts/ -->
9+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin />
10+ {%- assign gfont = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Noto+Serif+TC&family=Noto+Serif+JP&family=Noto+Color+Emoji&family=Noto+Serif+Thai&display=swap" -%}
11+ < link rel ="preload " as ="style " href ="{{ gfont }} " />
12+ < link rel ="stylesheet " href ="{{ gfont }} " media ="print " onload ="this.media='all' " />
13+ < noscript >
14+ < link rel ="stylesheet " href ="{{ gfont }} " />
15+ </ noscript >
916 < link rel ="stylesheet " href ="/assets/css/{%- if jekyll.environment == 'production' and site.usepurgedcss -%}purged-{%- endif -%}main.css?u={{ site.data.cssCacheToken }} ">
1017 {% for cc in page.custom_css %}
1118 < link rel ="stylesheet " href ="/assets/css/{{cc}}.css?u={{ site.data.cssCacheToken }} "> {% endfor %}
You can’t perform that action at this time.
0 commit comments