Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 636 Bytes

Anuradha's Sinhala Font tests

This is a revamped version of the original Sinhala Unicode Test by Anuradha Ratnaweera

How to

  • Copy your font file to ./fonts folder.
  • Edit the ./fonts.css file with relevent font family name and URL.
@font-face {
  font-family: '<FONT-FAMILY-NAME>';
  src: url("fonts/<FONT-FILE-NAME>");
  font-weight: 400;
}

body {
  font-family: '<FONT-FAMILY-NAME>';
}

Versions

Version 0.1 - Sinhala Unicode test