project名を明朝体にする
code:style.css
.project-home .title {
font-family: serif;
font-weight: 400;
}
project titleの字体調節
2024-02-23
formatしたper_terra.icon
2024-04-17 11:41:09 .quick-launch .project-home .title {を.project-home .title {に変更per_terra.icon