Post

前端开发套件

Icons

Boxicons

Github Documents

Convenient Usage

1
2
3
4
5
6
7
<head>
  <link rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
  <!-- or -->
  <link rel="stylesheet"
  href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>

REMIX ICON

Github Documents

Convenient Usage

1
2
3
4
<link
    href="https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css"
    rel="stylesheet"
/>

Font Awesome

Official Document

Convenient Usage

1
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.1/css/all.min.css">

Fonts

Google Fonts

Google Fonts CN

Scripts

ScrollReveal

Github Document

Convenient Usage

1
<script src="https://unpkg.com/scrollreveal"></script>
This post is licensed under CC BY 4.0 by the author.