<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>FiraCode字体</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/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>

 

相关文章:

  • 2021-12-05
  • 2021-08-18
  • 2022-01-10
  • 2021-07-06
  • 2021-12-27
  • 2021-11-17
  • 2021-06-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-05-28
  • 2021-09-14
相关资源
相似解决方案