网站建设中,中国大陆地区请使用VPN访问,欢迎提建议,关注LSKR Mastodon

修改typora主题的字体设置和CSS样式

通过编辑主题文件,可以定制字体样式,提高typora编辑器的可读性和美观性。详细指南包括在偏好设置中打开主题文件夹,备份和修改CSS文件。

一个ai生成的具有科技感包含工具的图片

修改 CSS 样式

打开 Typora,点击 偏好设置 -> 外观 -> 打开主题文件夹,进入目录文件。


找到原文件 github.css,做一份备份,将其重命名为 github.css.backup,以便日后恢复。

  

修改 github.css 文件,使用文本编辑器打开,在文件中查找 font-family,找到类似下面的内容:

body {
   font-family: "Open Sans","Clear Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
   color: rgb(51, 51, 51);
   line-height: 1.6;
}
将其替换为:

body {
   font-family: "Monaco","PingFangSC-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
   color: rgb(51, 51, 51);
   line-height: 1.6;
}

注意,其他的 font-family 不需要替换。
请务必重启 Typora,以使更改生效。

إرسال تعليق

Cookie Consent
我们使用 Cookie 来了解您如何使用我们的网站并提升您的体验。这包括个性化内容和广告。
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.