This is a revamped version of the original Sinhala Unicode Test by Anuradha Ratnaweera
- 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>';
}