How To Make Cool Icon In Niotron

Hello Everyone :grinning: :grinning: :grinning:
I have a new problem please solve this anyone :sweat_smile: :sweat_smile: :sweat_smile:

Can anyone tell me how to make a .ttf file like this?

I know what it is from a website but I don’t know how to do it so someone please help me :pray: :pray: :pray:

Website Link :-
https://icomoon.io/
UIcons: 17,000+ Free icons, SVG and icon font. Awesome icons for any project

1 Like

Use this website to make your icon to font.

1 Like

I know This Website But How To Create

Here is a guide

2 Likes

Not Working Icons Please Help :sob: :sob: :sob: :sob:

1 Like

@Avijit Bro, How to use icon through html code. Can you guide me.

Offline html or online ?

I want to use this type html code for icon​:point_down:

I don’t know, this is online or offline.

I mean your app, online app or offline app ?

I want to use html icon in my Online App. But also want to know for offline app if you want to tell.

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>

@font-face {
   font-family: myFirstFont;
   src: url(yourFont.ttf);
}
 
h2 {
   font-family: myFirstFont;
   color: darkgreen;
}

</style>

</head>
<body>
	
<p>The font on this paragraph looks awesome</p>

</body>
</html>

1 Like

Bro How to use these html code and where to use.

In a webviewer

@Shubh Bro, That’s mean If I will use 5 html icon in custom sidebar or bottom navigation bar then I will use 5 webviewer for it.