Skip to content

Commit

Permalink
add ionicons 4 to the guide
Browse files Browse the repository at this point in the history
add ionicons 4 to the guide and update ionicons v2 link
  • Loading branch information
Typhon0 committed May 24, 2018
1 parent 07a4310 commit f81d634
Show file tree
Hide file tree
Showing 6 changed files with 3,043 additions and 2,953 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fontelicoVersion = 0.0
foundationVersion = 3.0
hawconsVersion = 1.0
ioniconsVersion = 2.0.1
ionicons4Version = 4.0.0
icomoonVersion = 0.0
ligaturesymbolsVersion = 2.11
makiVersion = 0.5.0
Expand Down
288 changes: 150 additions & 138 deletions subprojects/guide/guide.gradle

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions subprojects/guide/src/asciidoc/cheat-sheet-ionicons4.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
= Ionicons4

== IOS

++++
<link href='./css/ionicons.min.css' rel='stylesheet'>
<style>
.ion, .ionicons {
font-size: 32px;
}
</style>
++++

include::{projectDir}/build/tmp/_ionicons4_IOS_cheat_sheet.adoc[]

== Material

++++
<link href='./css/ionicons.min.css' rel='stylesheet'>
<style>
.ion, .ionicons {
font-size: 32px;
}
</style>
++++

include::{projectDir}/build/tmp/_ionicons4_Material_cheat_sheet.adoc[]

== Logo

++++
<link href='./css/ionicons.min.css' rel='stylesheet'>
<style>
.ion, .ionicons {
font-size: 32px;
}
</style>
++++

include::{projectDir}/build/tmp/_ionicons4_Logo_cheat_sheet.adoc[]
27 changes: 26 additions & 1 deletion subprojects/guide/src/asciidoc/icon-packs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ compile '{project-group}:ikonli-icomoon-pack:{project-version}'

== Ionicons
* Font version: {ioniconsVersion}
* link:http://ionicons.com/[]
* link:https://ionicons.com/v2/[]
* link:cheat-sheet-ionicons.html[Cheat-Sheet]

=== Installing
Expand All @@ -302,6 +302,31 @@ compile '{project-group}:ikonli-ionicons-pack:{project-version}'
</dependency>
----

== Ionicons 4
* Font version: {ionicons4Version}
* link:https://ionicons.com/[]
* link:cheat-sheet-ionicons4.html[Cheat-Sheet]

=== Installing

[source,groovy]
[subs="attributes"]
.gradle
----
compile '{project-group}:ikonli-ionicons4-pack:{project-version}'
----

[source,xml]
[subs="attributes,verbatim"]
.maven
----
<dependency>
<groupId>{project-group}</groupId>
<artifactId>ikonli-ionicons4-pack</artifactId>
<version>{project-version}</version>
</dependency>
----

== Ligature Symbols
* Font version: {ligaturesymbolsVersion}
* link:http://kudakurage.com/ligature_symbols/[]
Expand Down
Loading

0 comments on commit f81d634

Please sign in to comment.