This font uses Private Use Area (PUA) encoding from U+E000 onwards to represent the characters of the Indus Valley script. Below is a character map with each glyph and its associated PUA code. Any rectangular boxes ▯ in the character map are to be treated as blanks i.e., these PUA codepoints don't accomodate any IVC glyphs.
To use this font on your website, include the following CSS in your stylesheet:
@font-face {
font-family: 'IndusFont';
src: url('fonts/IndusFont.woff2') format('woff2'),
url('fonts/IndusFont.ttf') format('truetype');
}
Apply it to any element by setting font-family: 'IndusFont';.