67.8k views
5 votes
You should use the custom font in the css editor to choose the fonts for your web page.

a. True
b. False

User Rhowell
by
7.8k points

1 Answer

5 votes
I'd say True


While browsers have their own built-in default fonts, using these same fonts day in, day out can seem a bit dull. With CSS @font-face rule, you can easily add your own choice of fonts. All that is needed is to upload a font to your server.



User Bobz
by
7.7k points