Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochunjimmy committed Dec 10, 2023
1 parent fcbbef9 commit 1cbc904
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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, 2500+ icons are all elaborately crafted so that they are born with the gene 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, 2600+ icons are all elaborately crafted so that they are born with the gene 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](http://cdn.remixicon.com/preview.svg)](https://remixicon.com)
View the full set of Remix Icons at [remixicon.com](https://remixicon.com).
Expand Down Expand Up @@ -53,10 +53,10 @@ import 'remixicon/fonts/remixicon.css'
Copy the following code and add it to the <head> tag of your html document.

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

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

Expand Down Expand Up @@ -142,3 +142,12 @@ Remix Icon is based on the [Apache License Version 2.0](https://github.com/Remix
## Support Us

It's simple and easy. Just star our project and recommend it to your friends. Your encouragement is the greatest fuel to drive us forward.

## Follow Us on X

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

Designer: https://twitter.com/woaichidapi

Developer: https://twitter.com/wendygaoyuan

12 changes: 10 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ import 'remixicon/fonts/remixicon.css'
如果不打算通过安装的方式使用,可以直接复制下面这行代码到您HTML文档的 &lt;head&gt; 标签中,这样就完成了CDN方式的图标引入,简单快捷,推荐方式。

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

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

Expand Down Expand Up @@ -143,3 +143,11 @@ Remix Icon 是基于 [Apache License Version 2.0](https://github.com/Remix-Desig
## 支持我们

很简单,只需要点一下 GitHub 本项目右上角的小星星就可以了!精神鼓励就是支持我们持续维护本项目的最大动力。请我们喝杯咖啡当然也没问题哈哈~

## 关注我们

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

设计师 - https://twitter.com/woaichidapi

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

0 comments on commit 1cbc904

Please sign in to comment.