Hello Everyone

I have a new problem please solve this anyone

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

Website Link :-
https://icomoon.io/
https://www.flaticon.com/uicons
1 Like
Use this website to make your icon to font.
1 Like
I know This Website But How To Create
@anon61431939 Bro, How to use icon through html code. Can you guide me.
I want to use this type html code for iconβ
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.
@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.