Skip to content

Commit 9e35ae3

Browse files
committed
[css-fonts-4][editorial] Fix source of kmer example following comments from @r12a
1 parent 3edd39a commit 9e35ae3

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed
203 KB
Binary file not shown.
233 KB
Binary file not shown.

css-fonts-4/khmer-figure/vi-tu-comparisons.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<style>
44
@font-face {
55
font-family: "Chantrea UI";
6-
src: url("fonts/ChantreaUI.ttf");;
6+
src: url("fonts/ChantreaUI.ttf");
7+
}
8+
@font-face {
9+
font-family: "Khmer OS Battambang";
10+
src: url("fonts/KhmerOSbattambang.ttf");
711
}
812
@font-face {
913
font-family: "Moul";
@@ -13,27 +17,29 @@
1317
font-family: "Khmer Moul";
1418
src: url("fonts/KhmerMoul.ttf");
1519
}
20+
@font-face {
21+
font-family: "Khmer OS Moul";
22+
src: url("fonts/KhmerOSMuol.ttf");
23+
}
1624
div {
17-
font-size: 62px;
1825
color: #555;
1926
padding: 20px 40px;;
2027
}
2128
div.chor {
22-
font-family: "Chantrea UI";
23-
font-size: 62px;
24-
padding-top: 0px;
29+
font-family: "Khmer OS Battambang";
30+
font-size: 64px;
31+
padding-bottom: 0px;
2532
}
2633
div.moul {
2734
font-size: 48px;
2835
font-family: Moul;
2936
}
3037
div.khmermoul {
31-
font-family: "Khmer Moul";
32-
font-size: 62px;
38+
font-family: "Khmer OS Moul";
39+
font-size: 48px;
3340
padding-top: 0px;
3441
}
3542
</style>
36-
<!-- <div class="chor" lang="khm">ប្រវត្តិវិទូ</div> -->
3743
<div class="chor" lang="khm">ប្រវត្តិវិទូ</div>
3844
<div class="moul" lang="khm">ប្រវត្តិវិទូ</div>
3945
<div class="khmermoul" lang="khm">ប្រវត្តិវិទូ</div>

0 commit comments

Comments
 (0)