From de0f62c19d2bea02d4380afd3ac2b7211ce15eab Mon Sep 17 00:00:00 2001 From: Li-Wei Yap Date: Thu, 9 Dec 2021 22:49:47 +0100 Subject: [PATCH] Optimise preloading from Google Web Fonts --- _includes/head.html | 3 +++ assets/js/typewriter.js | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 588a3a2..72602ac 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,6 +15,9 @@ + + + diff --git a/assets/js/typewriter.js b/assets/js/typewriter.js index 62f1a4b..9dc16ce 100644 --- a/assets/js/typewriter.js +++ b/assets/js/typewriter.js @@ -11,9 +11,9 @@ typewriter .typeString('
') .typeString('text-popover-macOS .. | 125') .typeString('
') - .typeString('LeetCode_Solutions .. | 106') + .typeString('LeetCode_Solutions .. | 109') .typeString('
') - .typeString('liweiyap.github.io .. | 82') + .typeString('liweiyap.github.io .. | 89') .typeString('
') .typeString('narradir-android .... | 66') .typeString('
') @@ -47,6 +47,6 @@ typewriter .typeString('

') .typeString('Total repositories: 18') .typeString('
') - .typeString('Total commits: 754') + .typeString('Total commits: 764') .typeString('

$
') .start(); \ No newline at end of file