Chess Merida Font

Installation

Install via npm:

% npm install chess-merida-font

Other:

Download sources from github and upload folders fonts and css to you webserver.

Usage

Add CSS style to you webpage

    <link rel="stylesheet" href="/css/chessmerida-webfont.css" type="text/css" charset="utf-8" />

Now you can add chess pieces to you webpage like this:

    <i class="cm cm-w-pawn" aria-hidden="true"></i>

this will draw white pawn.

You will find list of all classes in this example:

All classes list

Check this Basic example

You can even make you own chessboard

Try my interactive chessboard