Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08f87d2

Browse files
Sources added
1 parent 9353754 commit 08f87d2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

‎index.html‎

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
display : inline-block;
4141
font-size : 12px;
4242
}
43+
small {
44+
45+
margin: 0 10px;
46+
47+
}
4348
</style>
4449
</head>
4550
<body>
@@ -49,7 +54,15 @@
4954
<h1>Parse CSS and Convert to PHP Array</h1>
5055

5156
<p>for convert icon font css to php array like flaticon / fontawesome etc.</p>
52-
<p><small><a href="https://github.com/EmranAhmed/vue-generate-php-font-array">Github</a></small></p>
57+
<p>
58+
<small><a target="_blank" href="https://github.com/EmranAhmed/vue-generate-php-font-array">Github</a></small>
59+
60+
<small><a target="_blank" href="https://cdn.materialdesignicons.com/1.6.50/css/materialdesignicons.min.css">Material Design Icons</a></small>
61+
62+
<small><a target="_blank" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">FontAwesome</a></small>
63+
64+
<small><a target="_blank" href="http://www.flaticon.com/">FlatIcon</a></small>
65+
</p>
5366

5467
<label>
5568
<input type="radio" v-model="prefix" @change="beforeClassPrefix" before="" value="flaticon-"> Flat Icon
@@ -60,7 +73,7 @@ <h1>Parse CSS and Convert to PHP Array</h1>
6073
<label>
6174
<input type="radio" v-model="prefix" @change="beforeClassPrefix" before="mdi" value="mdi-"> Material Design Icon
6275
</label>
63-
<textarea v-model="css" cols="30" placeholder="Paste Icons CSS" rows="10"></textarea>
76+
<textarea v-model="css" cols="30" placeholder="Paste CSS Contents" rows="10"></textarea>
6477
<textarea v-show="php" readonly v-model="php" cols="30" rows="10"></textarea>
6578

6679

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /