0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Overleafで好きなフォントを使う方法

Posted at

環境:Google Chrome

  1. 拡張機能「Stylebot」をインストール
  2. Overleafのあるプロジェクトを開き、Stylebotをクリック
  3. 「Stylebotを開く」
  4. 「コード」でcssファイルが開かれるので設定する

例:

body {
  font-family: "HackGen35", "Ubuntu Mono", monospace;
}

/* main text */
div.cm-line {
  font-size: 12.5px;
}

/* sidebar */
button.item-name-button {
  font-size: small;
}
button.outline-item-link {
  font-size: small;
}

こんな感じでHackGenやUbuntu Monoが使えたり、フォントのサイズを変更できる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?