Skip to content

Commit

Permalink
Update to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochunjimmy committed Nov 3, 2019
1 parent aef1b25 commit a02bb6d
Show file tree
Hide file tree
Showing 12 changed files with 5,666 additions and 4,841 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ 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.remixicon.com/releases/v2.0.0/remixicon.css" rel="stylesheet">
<link href="https://cdn.remixicon.com/releases/v2.1.0/remixicon.css" rel="stylesheet">
```

#### Download Manually
Download [`remixicon.css`](https://cdn.remixicon.com/releases/v2.0.0/remixicon.css) file, add it to the &lt;head&gt; tag of your html document.
Download [`remixicon.css`](https://cdn.remixicon.com/releases/v2.1.0/remixicon.css) file, add it to the &lt;head&gt; tag of your html document.

#### Use

Expand Down Expand Up @@ -87,7 +87,7 @@ RemixIcon can be resized by css class integrated by `remixicon.css` . Icons inhe
### SVG Sprite Usage

Download [`remixicon.symbol.svg`](https://cdn.remixicon.com/releases/v2.0.0/remixicon.symbol.svg) file into your project directory,use icons with the `<use>` element, such as:
Download [`remixicon.symbol.svg`](https://cdn.remixicon.com/releases/v2.1.0/remixicon.symbol.svg) file into your project directory,use icons with the `<use>` element, such as:

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

```html
<link href="https://cdn.remixicon.com/releases/v2.0.0/remixicon.css" rel="stylesheet">
<link href="https://cdn.remixicon.com/releases/v2.1.0/remixicon.css" rel="stylesheet">
```

#### 手动下载引入
下载保存[`remixicon.css`](https://cdn.remixicon.com/releases/v2.0.0/remixicon.css)文件,添加到项目的&lt;head&gt; 标签中即可。
下载保存[`remixicon.css`](https://cdn.remixicon.com/releases/v2.1.0/remixicon.css)文件,添加到项目的&lt;head&gt; 标签中即可。

#### 使用

Expand Down Expand Up @@ -88,7 +88,7 @@ import 'remixicon/fonts/remixicon.css'
### SVG Sprite用法

下载 [`remixicon.symbol.svg`](https://cdn.remixicon.com/releases/v2.0.0/remixicon.symbol.svg) 并添加到您的项目目录中,通过 `<use>` 标签来引用图标,通过css可以自定义图标的大小和颜色等属性,例如:
下载 [`remixicon.symbol.svg`](https://cdn.remixicon.com/releases/v2.1.0/remixicon.symbol.svg) 并添加到您的项目目录中,通过 `<use>` 标签来引用图标,通过css可以自定义图标的大小和颜色等属性,例如:

```html
<svg class='remix'>
Expand Down
3,276 changes: 1,668 additions & 1,608 deletions fonts/remixicon.css

Large diffs are not rendered by default.

Binary file modified fonts/remixicon.eot
Binary file not shown.
3,276 changes: 1,668 additions & 1,608 deletions fonts/remixicon.less

Large diffs are not rendered by default.

3,384 changes: 1,782 additions & 1,602 deletions fonts/remixicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
305 changes: 302 additions & 3 deletions fonts/remixicon.symbol.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/remixicon.ttf
Binary file not shown.
Binary file modified fonts/remixicon.woff
Binary file not shown.
Binary file modified fonts/remixicon.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remixicon",
"version": "2.0.0",
"version": "2.1.0",
"description": "Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.",
"homepage": "https://remixicon.com",
"keywords": [
Expand Down
Loading

0 comments on commit a02bb6d

Please sign in to comment.