選擇 Google Font

 前往 https://fonts.google.com/ 選擇中文字型,可參閱 Google Fonts 網路中文/英文字型應用

安裝 Google Font

 以 Noto Serif TC 為例,因為也要使用简体,所以加入 Noto Serif SC
 複製 \themes\papermod\layouts\partials\extend_head.html 至 \layouts\partials\extend_head.html
 編輯 \layouts\partials\extend_head.html,於最後加上

<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700&family=Noto+Serif+SC:wght@500;700&display=swap" rel="stylesheet">

 將代碼存至 \assets\css\extended\custom.css

body
{
  font-family: 'Noto Serif TC', 'Noto Serif SC', serif;
}

參考資料

 Google Font in Papermod Theme