From a231bdb80a9e149223ca85198bf90720e5ec15ff Mon Sep 17 00:00:00 2001 From: Jongmin Kim Date: Thu, 29 Aug 2019 18:02:36 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4deeda0..6199947 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,26 @@ And website at https://leon-kim.com/ ## What is special? The font is made with code, it has coordinate values of the drawing points for each type. With the coordinate values, you can create custom shapes, effects or animations. -- [Drawing animation](https://leon-kim.com/examples/#canvas-basic) ![Drawing animation](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/drawing.gif) +- [Drawing animation](https://leon-kim.com/examples/#canvas-basic) -- [Weight change](https://leon-kim.com/examples/#canvas-basic) ![Weight change](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/weight.gif) +- [Weight change](https://leon-kim.com/examples/#canvas-basic) -- [Wave](https://leon-kim.com/examples/#wave) ![Wave](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/wave.gif) +- [Wave](https://leon-kim.com/examples/#wave) -- [Metaball](https://leon-kim.com/examples/#metaball-pixi) ![Metaball](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/metaball.gif) +- [Metaball](https://leon-kim.com/examples/#metaball-pixi) -- [Plant](https://leon-kim.com/examples/#plants-pixi) ![Plant](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/plant.gif) +- [Plant](https://leon-kim.com/examples/#plants-pixi) -- [Colorful](https://leon-kim.com/examples/#colorful) ![Colorful](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/colorful.gif) +- [Colorful](https://leon-kim.com/examples/#colorful) -- [Color pattern](https://leon-kim.com/examples/#color-pattern) ![Color pattern](https://raw.githubusercontent.com/cmiscm/leonsans/gh-pages/screenshot/colorpattern.gif) +- [Color pattern](https://leon-kim.com/examples/#color-pattern) ## Usage