how to change the fonts style to write a css code in sublime ?

Sort:
Avatar of olenaartem

I am a student of study how to developed I the simple word I study to make a website on sublime but I recently visited a website Anchor Fonts  in which I see the very pretty fonts style to see these type of font I have a question is that can I want to write a code in my favorite style please let as check and let me how I can do this

https://anchorfonts.com/

Avatar of FullHouse99

Body{

Font-family: arial black(or whatever font you want) ;

}

Thats pretty much it