0
点赞
收藏
分享

微信扫一扫

CSS字体系列(CSS、HTML)


CSS字体系列(CSS、HTML)

<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS字体系列</title>
<style>
h2 {
font-family: "隶书";
}

p {
font-family: "华文中宋";
}


举报

相关推荐

0 条评论