表示フォントの調整 /* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300&display=swap'); body { font-family: 'Noto Sans JP', sans-serif; } */ body { font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif; font-feature-settings: 'pwid' 1; } .logo__text { text-transform: none; } Noto から、よくあるやつにしてみている 参照先 font-family 設定 2022年に最適なfont-familyの書き方 - ICS MEDIA 毎年確認するのが楽しみなやー
--- title: "title を書くところ" date: yyyy-mm-dd categories: ["categorie"] tags: ["tag1", "tag2"] menu: main --- ここのmenu: のmain 以外の表記方法を調べないといけないなと思いそのままずっとほっておいている
ほげほげ 2021/08/16: 公開 HUGOのサンプル h1 h2 h3 h4 h5 h6 a b c d e f $ bash BOLD italic 44GG44KT44GT #include <stdio.h> int main() { printf("Hello, World!\n"); return 0; } a: list = [2, 3, 4, 5]] for i in range(a): value = a[i]] print(value)
HUGOのサンプル h1 h2 h3 h4 h5 h6 a b c d e f $ bash BOLD italic 44GG44KT44GT #include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }