diff --git a/_data/origin/cors.yml b/_data/origin/cors.yml index b6c8674205f..b7746d74eb5 100644 --- a/_data/origin/cors.yml +++ b/_data/origin/cors.yml @@ -13,7 +13,8 @@ cdns: # fonts -webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap +# webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:wght@400;600;700;900&display=swap +webfonts: "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap" # Libraries diff --git a/_includes/head.html b/_includes/head.html index 7c093597b71..a9272bf566d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -86,6 +86,9 @@ + + + {% if site.toc and page.toc %} diff --git a/_layouts/default.html b/_layouts/default.html index 74d6674afd8..bc5f8cbfa9c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,6 @@ --- layout: compress --- - {% include origin-type.html %} @@ -36,10 +35,10 @@