1 Star 0 Fork 0

向着悠远的苍穹/TyporaThemes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
next-dark-helvetica.css 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
向着悠远的苍穹 提交于 2023-12-06 23:43 . first commit
/**
* NexT for Typora
* Brought to you by Bill Chen || https://github.com/BillChen2K/typora-theme-next
*
* - Want code ligatures for JetBrains Mono?
* - Search for `font-variant-ligatures: none;` and comment that line.
*
**/
@import "next-dark.css";
* {
/* Disable ligatures */
font-variant-ligatures: none;
}
/* Helvetica Neue */
@font-face {
font-family: "HelveticaN";
font-weight: 400;
font-style: normal;
src: url('next/HelveticaNeue-01.ttf') format('truetype')
}
@font-face {
font-family: "HelveticaN";
font-weight: bold;
font-style: normal;
src: url('next/HelveticaNeue-Bold-02.ttf') format('truetype')
}
@font-face {
font-family: "HelveticaN";
font-weight: 400;
font-style: italic;
src: url('next/HelveticaNeue-Italic-03.ttf') format('truetype')
}
@font-face {
font-family: "HelveticaN";
font-weight: bold;
font-style: italic;
src: url('next/HelveticaNeue-BoldItalic-04.ttf') format('truetype')
}
html,
body,
#write {
font-family: HelveticaN, "GlowSansSC", "Helvetica Neue", "pingfang sc", "microsoft yahei", sans-serif;
}
p {
color: var(--text-color);
line-height: 1.55rem;
margin: 0 0 12.5px;
}
.task-list-item input::before {
content: "";
display: inline-block;
width: 1rem;
height: 1rem;
vertical-align: middle;
text-align: center;
border: 1px solid gray;
background-color: #fdfdfd;
margin-left: -0.1rem;
margin-right: 0.1rem;
margin-top: -0.9rem;
}
.task-list-item input:checked::before {
padding-left: 0.125em;
content: '✔';
/*◘*/
font-size: 0.8125rem;
line-height: 0.9375rem;
margin-top: -0.5rem;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kdjlyy/typora-themes.git
[email protected]:kdjlyy/typora-themes.git
kdjlyy
typora-themes
TyporaThemes
main

搜索帮助