Skip to content

Commit

Permalink
Old CDN service has been terminated on January 30
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochunjimmy committed Apr 20, 2020
1 parent 309d457 commit f41192a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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, 2000+ 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, 2100+ 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 @@ -50,16 +50,16 @@ 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@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.4.0/fonts/remixicon.css" rel="stylesheet">
```

> ==**Important Note:**== We've changed our CDN service to jsDelivr from v2.2.0, and the previous CDN service will be terminated on Jan 30, 2020. Please replace your old CDN to the new link above so as not to affect your business. We apologize for the inconvenience.
>
> The `@2.3.0` in the CDN link can be changed to any history version we've published.
> The `@2.4.0` in the CDN link can be changed to any history version we've published.
#### Download Manually

Download [`remixicon.css`](https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css) file, add it to the &lt;head&gt; tag of your html document.
Download [`remixicon.css`](https://cdn.jsdelivr.net/npm/remixicon@2.4.0/fonts/remixicon.css) file, add it to the &lt;head&gt; tag of your html document.

#### Use

Expand Down Expand Up @@ -97,7 +97,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.1.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.4.0/remixicon.symbol.svg) file into your project directory,use icons with the `<use>` element, such as:

```html
<svg class='remix'>
Expand Down

0 comments on commit f41192a

Please sign in to comment.