From 7ef6be3c78ec9a9ecbfe640486196576c6c55ca4 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Sat, 22 Nov 2014 21:02:30 -0600 Subject: [PATCH] SVG inline example explained. --- site/getting-started.savvy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index af1ca482a..5f62c7260 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -21,10 +21,12 @@ For those targetting the web your best option is to use the Web Font. ## Inline SVG -If you only need a few icons or lack the ability to include fonts, you can inline insert icons. +The web font is not the only way to use the icons. They can also be included inline with the `svg` tag. Right click any icon on the site and click the `View SVG` item in the context menu for example code. ```html SVG Inline Exmaple -Example here... + + + ``` ## WPF / Windows / Windows Phone