FiraCode字体(好看的字体)

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>FiraCode字体</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/fira_code.css">
    <style type="text/css">
        body{
            font-family: 'Fira Code', monospace;
        }    
    </style>
</head>
<body>
    <p>123456789</p>
    <p>一二三四五六七八九十</p>
    <p>abcdefghijklmnopqrstuvwxyz</p>    
    <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p>    
</body>
</html>

猜你喜欢

转载自www.cnblogs.com/wrongcode/p/11577629.html