Skip to content

关于将字体插入到书本中 #273

Description

@IFRFSX

可以这样来插入字体:


<html>
<head>
<title>测试</title>
<link rel=stylesheet type=text/css href=main.css>
</head>
<body>
<style>

@font-face
{
font-family: fsfs-font;
src: url('XXXX.ttf');
}

.ss
{
color:cyan;
font-family: fsfs-font;
font-size: 72;
}
</style>

<p class=ss>xxxx</p>



</body>
</html>

字体下载:https://www.zcool.com.cn/special/zcoolfonts/
点击右侧的“免费字体”就可以了。只是那几个免费字体的下载链接是打乱的,不对应的……

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions