cn-font-split 7.4.0

划时代的字体切割工具,CJK与任何字符!支持 otf、ttf、woff2 字体多线程切割,完美地细颗粒度地进行包大小控制。A revolutionary font subetter that supports CJK and any characters! It enables multi-threaded subset of otf, ttf, and woff2 fonts, allowing for precise control over package size.
Documentation
<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>Title</title>
        <!--    切换分包源 voderl/font-slice -->
        <link rel="stylesheet" href="./dist/ttf/result.css" />
        <!-- <link
            rel="stylesheet"
            href="./dist/font/PingFangSC/Regular/result.css"
        /> -->
        <!--    切换分包源 cn-font-split -->
        <!--    <link rel="stylesheet" href="./dist/font/PingFangSC/Regular/result.css">-->
        <!--    <link rel="stylesheet" href="./dist/font/PingFangSC/SemiBold/result.css">-->
        <style>
            body {
                font-family: 'Smiley Sans Oblique', sans-serif;
            }
        </style>
    </head>
    <body>
        <div>
            隧道驾驶舱 运行监测 实时监控 智慧分析 系统管理 权限管理 13:35:11
            2025-02-22 ☀️ 晴转多云 18~26℃ 张三 角色管理 用户管理 新增 批量删除
            权限 序号 登录账号 用户姓名 手机号 密码 所属高速 角色 操作 1 test
            张三 13222222222 ****** 管理员
        </div>
    </body>
</html>