PDA

View Full Version : How to include Font in CSS?



addisoncave
09-08-2016, 07:40 AM
Hey Guys, I want to use a fount in my css file that has not installed in my system. Neither I would like to install font on my system nor of somebody else. so tell me how can i make it run on my browser without installing it on my system?

gsmxperts
09-13-2016, 05:23 AM
SVG fonts allow SVG to be used as glyphs when displaying text. The SVG 1.1 specification define a font module that allows the creation of fonts within an SVG document. You can also apply CSS to SVG documents, and the @font-face rule can be applied to text in SVG documents.

manchun
09-17-2016, 10:41 AM
you can include font in CSS by code

ORLOVA
09-26-2016, 10:58 AM
You need to import font from Google fonts. after this you can apply this in CSS.