Sublime Forum

How to write HTML code in a stylish font style?

#1

This website is awesome and here people are very helpful so I am here to ask a question about the font style my question is I see a lot of the font style on the Fonts Bee website so my question is can I used the designing font style in the writing of the HTML code

0 Likes

#2

Open Sublime Text. Press the Ctrl+Shift+p keys at the same time to open the command palette. in there simply type Preferences: Settings. Press the enter key. You will see another window opening. In the second column of that window, paste this:

"font_face": "font name",
"font_size": number,

Replace the font name with the actual font name you want and the number with an actual number. Bonus: there is a plugin that lets you make a custom profile to switch settings easily in sublime text.

0 Likes