<< 2024-03-15 | 2024-03-17 >>

DailyNote

  • Quartzでfontを変える方法
    • GoogleFontsから選択するなら、quartz.config.tsのthme.typographyの値を変更する。
	  theme: {  
	  fontOrigin: "googleFonts",  
	  cdnCaching: true,  
	  typography: {  
	    header: "M PLUS 2",  # こことか
	    body: "M PLUS 2",  # こことか
	    code: "DotGothic16",  # ここを変更する
  },