Cosense::表示フォントを変える
#2025/4/18
参照:Scrapboxのフォントを変更する - 角谷鵜技術五十三次
参照: Google Fonts
Google Fontを使う
ローカルPCに使いたいフォントをインストール
style.css にGooogleFontをインポートし,フォント名を記述
◎例:New Tegomin が迫力があってGoodだったので採用.作成者様多謝.
New Tegomin - Google Fonts
https://gyazo.com/90a78345e7d1dac375d128ba5acb4cf3
西洋フォントは古びた印象の Averia Serif Libre を採用.
New Tegomin - Google Fonts
https://gyazo.com/c49d23733363df4c210ac30cd7ba82f2
code:style.css
/* Font指定 */
@import url('https://fonts.googleapis.com/css?family=New+Tegomin');
.editor, .stream {
font-family: 'New Tegomin', Averia Serif Libre;
}
#font #cosense #css