Skip to content

Commit

Permalink
Update CDN link
Browse files Browse the repository at this point in the history
v4.4.0
  • Loading branch information
xiaochunjimmy committed Oct 23, 2024
1 parent 3d7edb7 commit 38b0df5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@

[![Sponsor](./.github/files/streamline.svg)](https://go.streamlinehq.com/remix-github)



English | [简体中文](./README_CN.md)

Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2800+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.
Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2900+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

[![icon demo](./.github/files/preview.svg)](https://remixicon.com)
View the full set of Remix Icons at [remixicon.com](https://remixicon.com).
Expand Down Expand Up @@ -58,12 +56,12 @@ Copy the following code and add it to the <head> tag of your HTML document

```html
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
href="https://cdn.jsdelivr.net/npm/remixicon@4.4.0/fonts/remixicon.css"
rel="stylesheet"
/>
```

> The `@4.3.0` in the CDN link can be changed to any history version we've published.
> The `@4.4.0` in the CDN link can be changed to any history version we've published.
#### Download Manually

Expand Down Expand Up @@ -210,6 +208,8 @@ It's simple and easy. Just star our project and recommend it to your friends. Yo

We are all newcomers on X / Twitter. Feel free to follow us and help enhance our visibility.

RemixDesign: https://x.com/RemixDesignHQ

Designer: https://x.com/remixdesigner

Developer: https://twitter.com/wendygaoyuan
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

[![Sponsor](./.github/files/streamline.svg)](https://go.streamlinehq.com/remix-github)



[English](./README.md) | 简体中文

Remix Icon 是一套面向设计师和开发者的开源图标库。我们在设计之初将图标风格定义为中性风格,以便适用于各种用户群的项目。与拼凑混搭的图标库不同,Remix Icon 的每一枚图标都是由设计师按照统一规范精心绘制的,并确保每一枚图标在拥有完美像素对齐的基础上风格一致且简洁易读。图标以 24x24 网格为基准,分为“线性图标”和“面型图标”两种风格。所有的图标均可免费用于个人项目和商业项目,Enjoy it~
Expand Down Expand Up @@ -59,12 +57,12 @@ import 'remixicon/fonts/remixicon.css'

```html
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css"
href="https://cdn.jsdelivr.net/npm/remixicon@4.4.0/fonts/remixicon.css"
rel="stylesheet"
/>
```

> 上面 CDN 链接中的 `@4.3.0` 可以更改为任何我们曾经发布过的历史版本号。
> 上面 CDN 链接中的 `@4.4.0` 可以更改为任何我们曾经发布过的历史版本号。
#### 手动下载引入

Expand Down Expand Up @@ -211,6 +209,8 @@ Remix Icon 是基于 [Apache License Version 2.0](https://github.com/Remix-Desig

我们都是 X / Twitter 上的新人,欢迎关注我们为我们增加一点人气~

官号 - https://x.com/RemixDesignHQ

设计师 - https://x.com/remixdesigner

程序媛 - https://twitter.com/wendygaoyuan

0 comments on commit 38b0df5

Please sign in to comment.