Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

html font/vector graphics question [closed]

what's the best way to present a vector/font in html?

like image 588
Talima Avatar asked Nov 14 '22 09:11

Talima


1 Answers

The W3C develops and recommends the Scalable Vector Graphics standard for vector graphics. All major modern web browsers support and render SVG markup directly, except Internet Explorer unfortunately. However, IE 9 will support and render SVG directly. All version of IE from v5 onwards support the Vector Markup Language instead. While Microsoft continues to document VML, development of the format ceased in 1998.

You may be interested in checking out the following basic SVG examples:

  • SVG Examples
  • SVG Basic Tutorials: Text - Plain or Not-So-Plain
like image 190
Daniel Vassallo Avatar answered Dec 08 '22 00:12

Daniel Vassallo