Typora-Drake主题

这篇博客介绍了如何在Typora中下载安装并使用Drake主题,特别是针对字体进行了个性化调整,包括下载特定字体并安装到系统中,然后在Drake.css文件中进行样式修改。
摘要由CSDN通过智能技术生成

关于Typora-Drake主题的小调整

下载安装

下载地址:Drake (typora.io)

image-20231010164654300

  1. 点击下载跳转GitHub,下载该主题

    image-20231010164715908

  2. 下载完成安装主题

    打开主题文件夹,把下载的zip全部加压丢进去重启Typora

    image-20231010164835313

Drake主题样式小调整

打开主题文件夹,找到Drake.css文件,记事本打开Drake.css文件

image-20231010165233321

针对字体调整

  1. 字体下载地址:https://www.hanyi.com.cn/productdetail?id=2915

image-20231010165442704

  1. 下载字体后再电脑设置中搜索"字体"安装下载字体即可

image-20231010165720808

  1. 替换原本的Dreak.css

    :root {
        --side-bar-bg-color: #fff;
        --control-text-color: #777;
        --active-file-border-color: var(--drake-accent);
        --drake-accent: #e95f59;
        --drake-highlight: #d63200;
    }
    
    html {
        font-size: 15px;
    }
    
    body {
        font-family: "JetBrains Mono", Menlo, "HYZhengYuan" !important;
        color: #333333;
        -webkit-font-smoothing: auto;
        line-height: 1.6rem;
        letter-spacing: 0;
        margin: 0;
        overflow-x: hidden;
    }
    
    img {
        border-radius: 2px;
    }
    
    #write {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 30px 100px;
    }
    
    #write p {
        line-height: 1.6rem;
        word-spacing: .05rem;
    }
    
    #write > ul:first-child,
    #write > ol:first-child {
        margin-top: 30px;
    }
    
    body > *:first-child {
        margin-top: 0 !important;
    }
    
    body > *:last-child {
        margin-bottom: 0 !important;
    }
    
    a {
        color: var(--drake-highlight);
        padding: 0 2px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        position: relative;
        margin-top: 3rem;
        margin-bottom: 1rem;
        font-weight: bold;
        line-height: 1.4;
        cursor: text;
        color: #273849;
    }
    
    h1:hover a.anchor,
    h2:hover a.anchor,
    h3:hover a.anchor,
    h4:hover a.anchor,
    h5:hover a.anchor,
    h6:h
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值