Skip to content

akuru/anuradhas-sinhala-font-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published