react-native-iconic-font
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "react-native-iconic-font", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,5 +9,5 @@ # react-native-iconic-font | ||
**setp 2 and 3 is same as offical way to use custom font.** | ||
**setp 2 and 3 are same as offical way to use custom font.** | ||
2. copy font file | ||
* font file is under `node_modules/react-native-iconic-font/fonts/` | ||
* font files are under `node_modules/react-native-iconic-font/fonts/` | ||
* just copy the file you want to use | ||
@@ -45,3 +45,4 @@ * android: | ||
[typicons](<https://github.com/stephenhutchings/typicons.font>) | ||
[weathericons](<https://erikflowers.github.io/weather-icons/>) | ||
[weathericons](<https://erikflowers.github.io/weather-icons/>) | ||
[material-design-icons](<http://google.github.io/material-design-icons/>) | ||
... | ||
@@ -58,3 +59,3 @@ | ||
**But** ... these library all require native code and/or native project config file modifications. | ||
**But** ... these libraries are all require native code and/or native project config file modifications. | ||
Believe me , it confusd many 'javascript' developers who are familar with 'native code'. | ||
@@ -65,4 +66,4 @@ That's why i start this project . | ||
## How | ||
A font system is basicly like a 'character-graph' mapping. | ||
In a web page,CSS rules deal webfont like this: | ||
A font system is basically a 'character-graph' mapping. | ||
In a web page,CSS rules deal with webfont like this: | ||
@@ -80,1 +81,6 @@ ``` | ||
Read more: <https://github.com/sospartan/iconfont-map-builder> | ||
## Changelog | ||
2015.11.24: | ||
* add material-design-icons |
777005
15
81