diff --git a/cdn/dev/css/template.css b/cdn/dev/css/template.css index 22395ba1..a884c9ef 100644 --- a/cdn/dev/css/template.css +++ b/cdn/dev/css/template.css @@ -257,6 +257,16 @@ html { src: url('//s.keyman.com/font/deploy/LateefRegOT.ttf') format("truetype"); } +@font-face { + font-family: Busra; + font-style: normal; + font-weight: normal; + src: url('//s.keyman.com/font/deploy/Busra-Regular.ttf') format("truetype"); + unicode-range: U+1780-17FF, U+19E0-19FF; +} + +/* Alphabetically */ + /* Amharic */ :lang(amh).lang-example { font-family: GeezWeb; @@ -277,6 +287,12 @@ html { font-family: LaoWeb; } +/* Khmer */ +:lang(km) { + /* The browser will automatically use Busra for Khmer chars and Cabin or Sans-serif for others */ + font-family: Busra, Cabin, sans-serif; +} + /* Malayalam :lang(mal).lang-example { font-family: GeezWeb;