字体接入
想必大家也发现松果网站的字体很好看,那么今天我带来了代码接入教程!!🤩🤩🤩
<style>
/* 定义字体 */
@font-face {
font-family: 'MyCustomFont';
src: url('https://s3plus.meituan.net/opapisdk/op_ticket_885190757_1752197715765_qdqqd_oh519u.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap; /* 确保文本在字体加载期间可见 */
}
/* 应用字体 */
body {
font-family: 'MyCustomFont', sans-serif;
}
</style>
只需复制上述代码,无需上传任何文件,建议粘贴到你的网站的header中(其他地方理论上也可以),就能拥有松果网站同款字体!🤓🤓🤓
字体加载速度是非常快的实测wifi加载400ms左右,加载中可见!!!🌚
松果网站字体好看吗
好看
不行