You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-12
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,6 @@ Numix UI is a CSS library that brings the distinctive look and feel of the popul
23
23
24
24
You can include Numix UI in your project in a few ways:
25
25
26
-
### Via CDN
27
-
28
-
The easiest way to get started is by using a Content Delivery Network (CDN). Simply add the following `<link>` tag to the `<head>` of your HTML document:
> Note: Replace https://cdn.example.com/numix-ui/latest/numix-ui.min.css with the actual CDN URL for the latest version of Numix UI.
35
-
36
26
### Download and Host Locally
37
27
38
28
Download the latest release of Numix UI from [LoboGuardian/numix-ui](https://github.com/LoboGuardian/numix-ui).
@@ -44,6 +34,17 @@ Link to the CSS file in the <head> of your HTML document:
44
34
<linkrel="stylesheet"href="css/numix-ui.min.css">
45
35
```
46
36
37
+
### Via CDN (comming soon)
38
+
39
+
The easiest way to get started is by using a Content Delivery Network (CDN). Simply add the following `<link>` tag to the `<head>` of your HTML document:
0 commit comments