更改 Overleaf 编辑器的字号字体;默认 17 号,Fira Code 字体。
Overleaf编辑器字体 by frostime
Details
Authorfrostime
LicenseNo License
Categorywww.overleaf.com/project/
Created
Updated
Code size267 B
Code checksum4af5351e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Overleaf编辑器字体
@version 20231113.02.57
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.overleaf.com/project/") {
div.cm-content div.cm-line {
font-size: 17px;
font-family: 'Fira Code';
}
}