Explorar o código

Merge branch 'laravel' into laravel

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
2240017e48
Modificáronse 47 ficheiros con 589 adicións e 45 borrados
  1. 4 0
      app/Http/Controllers/SentenceInfoController.php
  2. 1 1
      public/app/article/index.php
  3. 6 2
      public/app/article/style.css
  4. 29 9
      public/app/db/custom_book.php
  5. 2 2
      public/app/install/db_insert_palitext_cli.php
  6. 2 2
      public/app/install/db_update_palitext_cli.php
  7. 81 0
      public/app/pcdl/css/font.css
  8. 1 1
      public/app/pcdl/css/style.css
  9. 1 1
      public/app/public/lang/en.json
  10. 2 1
      public/app/public/lang/my.json
  11. 1 1
      public/app/public/lang/si.json
  12. 1 1
      public/app/reader/style.css
  13. 81 0
      public/app/studio/css/font.css
  14. 1 1
      public/app/studio/css/style.css
  15. 1 1
      public/app/term/popup_note.css
  16. 27 22
      public/app/term/term.css
  17. 3 0
      public/app/users_guide/zh-cn/grammar_my_time.md
  18. BIN=BIN
      public/documents/tools-stack.png
  19. BIN=BIN
      public/documents/tools-stack.xmind
  20. BIN=BIN
      public/documents/工具链.xlsx
  21. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Black.ttf
  22. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Bold.ttf
  23. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraBold.ttf
  24. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraLight.ttf
  25. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Light.ttf
  26. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Medium.ttf
  27. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Regular.ttf
  28. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-SemiBold.ttf
  29. BIN=BIN
      public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Thin.ttf
  30. 93 0
      public/font/Noto_Sans_Myanmar/OFL.txt
  31. BIN=BIN
      public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-Bold.ttf
  32. BIN=BIN
      public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-Medium.ttf
  33. BIN=BIN
      public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-Regular.ttf
  34. BIN=BIN
      public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-SemiBold.ttf
  35. BIN=BIN
      public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-VariableFont_wght.ttf
  36. 93 0
      public/font/Noto_Sans_Tai_Tham/OFL.txt
  37. 66 0
      public/font/Noto_Sans_Tai_Tham/README.txt
  38. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Black.ttf
  39. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Bold.ttf
  40. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-ExtraBold.ttf
  41. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-ExtraLight.ttf
  42. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Light.ttf
  43. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Medium.ttf
  44. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Regular.ttf
  45. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-SemiBold.ttf
  46. BIN=BIN
      public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Thin.ttf
  47. 93 0
      public/font/Noto_Serif_Myanmar/OFL.txt

+ 4 - 0
app/Http/Controllers/SentenceInfoController.php

@@ -81,6 +81,10 @@ class SentenceInfoController extends Controller
             $db = $db->whereDate('created_at','=',$date);
         }
         $strlen =$db->sum('strlen');
+
+        if(is_null($strlen) || $strlen===0){
+            return 0;
+        }
         #计算已完成百分比
         $percent = 0;
         if(($view==='page' && !empty($request->get('pages'))) || $view==='percent' ){

+ 1 - 1
public/app/article/index.php

@@ -203,7 +203,7 @@ span.fancytree-node{
 #contents ul, li {
     margin-block-start: 0.5em;
     margin-block-end: 0.5em;
-    margin-left: 7px;
+    margin-left: 18px;
 }
 .click_dropdown_div{
 	align-self: center;

+ 6 - 2
public/app/article/style.css

@@ -78,7 +78,7 @@
 	border-bottom: 1px solid gray;
 	margin-right: 10px;
 	margin-bottom: 10px;
-	width: 30vw
+	width: 30vw;
 	transition: all 0.5s ease;
 }
 .fun_frame .title {
@@ -212,7 +212,7 @@ img {
     position: absolute;
     margin-top: 0;
     margin-left: -30px;
-    font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Padauk", Arial, Verdana;
+    font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", Arial, Verdana;
     color: var(--main-color1);
     font-size: 80%;
 }
@@ -329,4 +329,8 @@ table {
 }
 tr {
   border-bottom: 1px solid gray;
+}
+
+#article_title{
+    font-family: noto serif;
 }

+ 29 - 9
public/app/db/custom_book.php

@@ -111,22 +111,42 @@ class CustomBookSentence extends Table
 		$isList=false;
 		$newSent="";		
 		foreach ($content as $data) {
-			$trimData = trim($data);
-			$newSent .= $trimData;
+            $listHead= "";
+            $isList = false;
 
-			/*
-			$left2 = mb_substr($trimData,0,2,"UTF-8");
-			if($left2 == "- " || $left2 == "* " || $left2 == "+ "){
-				$isList=true;
+			$trimData = trim($data);
+	
+            # 判断是否为list
+			$listLeft =strstr($data,"- ",true);
+			if($listLeft !== FALSE){
+                if(ctype_space($listLeft) || empty($listLeft)){
+                    # - 左侧是空,判定为list
+                    $isList=true;
+                    $iListPos = mb_strpos($data,'- ',0,"UTF-8");
+                    $listHead = mb_substr($data,0,$iListPos+2,"UTF-8");
+                    $listBody = mb_substr($data,$iListPos+2,mb_strlen($data,"UTF-8")-$iListPos+2,"UTF-8");
+                }
 			}
-			*/
+
+            # TODO 判断是否为标题
+            # [#]+\s
+			
 			if(mb_substr($trimData,0,1,"UTF-8")=="|"){
 				$isTable=true;
 			}
-			if($trimData!="" && ($isTable == true || $isList == true)){
+			if($trimData!="" && $isTable == true){
 				$newSent .= "\n";
 				continue;
 			}
+            if($isList == true){
+                $newSent .= $listBody;
+            }else{
+                $newSent .= $trimData;
+            }
+
+			
+
+		
 			#生成句子编号
 			if($trimData==""){
 				#空行
@@ -167,7 +187,7 @@ class CustomBookSentence extends Table
 				#已经有的句子链接不处理
 				$newText .=$trimData."\n";
 			}else{
-				
+                $newText .= $listHead;
 				$newText .='{{'."{$book}-{$para}-{$sentNum}-{$sentNum}"."}}\n";
 				$sth->execute(
 						array(

+ 2 - 2
public/app/install/db_insert_palitext_cli.php

@@ -41,8 +41,8 @@ if (($handle = fopen(__DIR__."/filelist.csv", 'r')) !== false) {
         $fileNums++;
     }
 }
-if ($to == 0 || $to >= $fileNums) {
-    $to = $fileNums - 1;
+if ($to == 0 || $to > $fileNums) {
+    $to = $fileNums;
 }
 
 $dns = _DB_;

+ 2 - 2
public/app/install/db_update_palitext_cli.php

@@ -42,8 +42,8 @@ if (($handle = fopen(__DIR__."/filelist.csv", 'r')) !== false) {
         $fileNums++;
     }
 }
-if ($to == 0 || $to >= $fileNums) {
-    $to = $fileNums - 1;
+if ($to == 0 || $to > $fileNums) {
+    $to = $fileNums;
 }
 
 

+ 81 - 0
public/app/pcdl/css/font.css

@@ -231,6 +231,87 @@
 	src: local("Padauk Bold"), url(../../../font/Padauk/Padauk-Bold.ttf) format("truetype");
 	font-display: fallback;
 }
+/*Noto Sans Myanmar*/
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 100;
+  src: local("Noto Sans Myanmar Thin"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Thin.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 200;
+  src: local("Noto Sans Myanmar ExtraLight"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraLight.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 300;
+  src: local("Noto Sans Myanmar Light"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Light.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 400;
+  src: local("Noto Sans Myanmar Regular"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Regular.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 500;
+  src: local("Noto Sans Myanmar Medium"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Medium.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 600;
+  src: local("Noto Sans Myanmar SemiBold"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-SemiBold.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 700;
+  src: local("Noto Sans Myanmar Bold"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Bold.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 800;
+  src: local("Noto Sans Myanmar ExtraBold"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraBold.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 900;
+  src: local("Noto Sans Myanmar Black"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Black.ttf) format("truetype");
+  font-display: fallback;
+}
 /*傣仂文*/
 @font-face {
 	font-family: "ATaiThamKHNewV3-Normal";

+ 1 - 1
public/app/pcdl/css/style.css

@@ -19,7 +19,7 @@
 }
 
 body {
-	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Padauk", "ATaiThamKHNewV3-Normal", Arial, Verdana;
+	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", "ATaiThamKHNewV3-Normal", Arial, Verdana;
 	font-style: normal;
 	color: var(--main-color);
 	font-weight: 400;

+ 1 - 1
public/app/public/lang/en.json

@@ -230,7 +230,7 @@
 		"part": "Factors",
 		"partmeaning": "Factor-Meaning",
 		"password": "Password",
-		"password_again": "Password again",
+		"password_again": "Confirm Password",
 		"past": "Passed ",
 		"pcd_studio": "PCD Studio ",
 		"piṭaka": "Piṭaka",

+ 2 - 1
public/app/public/lang/my.json

@@ -44,6 +44,7 @@
 		"commentary": "Commentary",
 		"completely_delete": "completely delete",
 		"computer": "Computer",
+        "confirm": "Confirm",
 		"content": "Content",
 		"contents": "Contents",
 		"copy": "copy",
@@ -213,7 +214,7 @@
 		"part": "တစ်စိတ်တစ်ပိုင်း",
 		"partmeaning": "Factor-Meaning",
 		"password": "စကားဝှက်",
-		"password_again": "Password again",
+		"password_again": "Confirm Password",
 		"past": "Passed",
 		"pcd_studio": "PCD Studio ",
 		"piṭaka": "Piṭaka",

+ 1 - 1
public/app/public/lang/si.json

@@ -233,7 +233,7 @@
 		"part": "Factors",
 		"partmeaning": "Factor-Meaning",
 		"password": "Password",
-		"password_again": "Password again",
+		"password_again": "Confirm Password",
 		"past": "අතික්කන්ත ",
 		"pcd_studio": "පාලි කැනොන් දත්තගබඩාව කලාකුටිය",
 		"piṭaka": "පිටක",

+ 1 - 1
public/app/reader/style.css

@@ -129,7 +129,7 @@ note:hover chapter {
 	position: absolute;
 	margin-top: 0;
 	margin-left: -60px;
-	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Padauk", Arial, Verdana;
+	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", Arial, Verdana;
 	color: var(--main-color1);
 	font-size: 80%;
 }

+ 81 - 0
public/app/studio/css/font.css

@@ -262,6 +262,87 @@
     url(../../../font/Padauk/Padauk-Bold.ttf) format("truetype");
   font-display: fallback;
 }
+/*Noto Sans Myanmar*/
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 100;
+  src: local("Noto Sans Myanmar Thin"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Thin.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 200;
+  src: local("Noto Sans Myanmar ExtraLight"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraLight.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 300;
+  src: local("Noto Sans Myanmar Light"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Light.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 400;
+  src: local("Noto Sans Myanmar Regular"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Regular.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 500;
+  src: local("Noto Sans Myanmar Medium"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Medium.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 600;
+  src: local("Noto Sans Myanmar SemiBold"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-SemiBold.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 700;
+  src: local("Noto Sans Myanmar Bold"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Bold.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 800;
+  src: local("Noto Sans Myanmar ExtraBold"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraBold.ttf) format("truetype");
+  font-display: fallback;
+}
+
+@font-face {
+  font-family: "Noto Sans Myanmar";
+  font-style: normal;
+  font-weight: 900;
+  src: local("Noto Sans Myanmar Black"),
+    url(../../../font/Noto_Sans_Myanmar/NotoSansMyanmar-Black.ttf) format("truetype");
+  font-display: fallback;
+}
 /*中文繁體*/
 
 @font-face {

+ 1 - 1
public/app/studio/css/style.css

@@ -19,7 +19,7 @@
 }
 
 body {
-	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Padauk", Arial, Verdana;
+	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", Arial, Verdana;
 	font-style: normal;
 	color: var(--main-color);
 	font-weight: 400;

+ 1 - 1
public/app/term/popup_note.css

@@ -49,7 +49,7 @@ code ol {
 	box-shadow: 0px 3px 13px 0px var(--shadow-color);
 	color: var(--main-color);
 	z-index: 200;
-	font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", Arial, Verdana;
+	/*font-family: "Noto Sans", "Noto Sans SC", "Noto Sans TC", Arial, Verdana;*/
 }
 
 .popup_contence:after {

+ 27 - 22
public/app/term/term.css

@@ -670,7 +670,8 @@ pw {
 	overflow-wrap: anywhere;
 }
 .preview {
-	font-size: 110%;
+	/*font-size: 110%;*/
+    line-height: 150%;
     width: -webkit-fill-available;
 }
 .preview::first-letter {
@@ -813,7 +814,7 @@ li.active {
 .sent_tran .preview p {
 	line-height: normal;
 	margin: 0;
-	font-family: "Noto Sans", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Padauk", "ATaiThamKHNewV3-Normal", "Arial",
+	font-family: "Noto Sans", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans Myanmar", "ATaiThamKHNewV3-Normal", "Arial",
 		"Verdana";
 }
 .pop_menu .icon {
@@ -1040,6 +1041,15 @@ pali>p {
 .para_mode .palitext{
 	text-indent: 2em;
 }
+.para_mode li .palitext{
+	text-indent: -1em;
+}
+
+ul {
+    margin-block-start: 0.5em;
+    margin-block-end: 0.5em;
+    margin-left: 18px;
+}
 
 .sent_mode>div>p {
     border-bottom: 0.5em solid var(--btn-color);
@@ -1132,34 +1142,29 @@ pali>p {
 .preview .nissaya{
     display:inline;
 }
-.preview .nsy_word{
+
+.nsy_word{
     display:inline;
-}
-.preview .nissaya .nsy_word{
     padding-right:10px;
+    color: var(--main-color);
 }
-.preview .nissaya p{
-	white-space: pre-wrap;
-}
-.nsy_word{
-    padding-right:10px;
-    color: var(--main-color1);
+
+.nsy_word>.org{
+    display:inline;
+    font-weight: 600;
+    padding-right: 0.5em;
+    font-size: unset;
 }
-.nsy_word>.org:lang(en){
-    font-weight: unset;
+.nsy_word>.meaning{
+    display:inline;
+    font-weight: 400;
+
 }
 .nsy_word>.org>strong {
-    color: black;
     font-weight:900;
 }
-.nsy_word>.org>strong:lang(en) {
-    color: black;
-    font-weight:700;
-}
-.nsy_word .meaning{
-    display:inline;
-    font-weight: 500;
-}
+
+
 .nsy_word>.meaning>.grammar_tag{
     background: unset;
 }

+ 3 - 0
public/app/users_guide/zh-cn/grammar_my_time.md

@@ -0,0 +1,3 @@
+# 缅文语尾
+
+表示时间的整数

BIN=BIN
public/documents/tools-stack.png


BIN=BIN
public/documents/tools-stack.xmind


BIN=BIN
public/documents/工具链.xlsx


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Black.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Bold.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraBold.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-ExtraLight.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Light.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Medium.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Regular.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-SemiBold.ttf


BIN=BIN
public/font/Noto_Sans_Myanmar/NotoSansMyanmar-Thin.ttf


+ 93 - 0
public/font/Noto_Sans_Myanmar/OFL.txt

@@ -0,0 +1,93 @@
+Copyright 2012 Google Inc. All Rights Reserved.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.

BIN=BIN
public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-Bold.ttf


BIN=BIN
public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-Medium.ttf


BIN=BIN
public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-Regular.ttf


BIN=BIN
public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-SemiBold.ttf


BIN=BIN
public/font/Noto_Sans_Tai_Tham/NotoSansTaiTham-VariableFont_wght.ttf


+ 93 - 0
public/font/Noto_Sans_Tai_Tham/OFL.txt

@@ -0,0 +1,93 @@
+Copyright 2012 Google Inc. All Rights Reserved.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.

+ 66 - 0
public/font/Noto_Sans_Tai_Tham/README.txt

@@ -0,0 +1,66 @@
+Noto Sans Tai Tham Variable Font
+================================
+
+This download contains Noto Sans Tai Tham as both a variable font and static fonts.
+
+Noto Sans Tai Tham is a variable font with this axis:
+  wght
+
+This means all the styles are contained in a single file:
+  NotoSansTaiTham-VariableFont_wght.ttf
+
+If your app fully supports variable fonts, you can now pick intermediate styles
+that aren’t available as static fonts. Not all apps support variable fonts, and
+in those cases you can use the static font files for Noto Sans Tai Tham:
+  static/NotoSansTaiTham-Regular.ttf
+  static/NotoSansTaiTham-Medium.ttf
+  static/NotoSansTaiTham-SemiBold.ttf
+  static/NotoSansTaiTham-Bold.ttf
+
+Get started
+-----------
+
+1. Install the font files you want to use
+
+2. Use your app's font picker to view the font family and all the
+available styles
+
+Learn more about variable fonts
+-------------------------------
+
+  https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
+  https://variablefonts.typenetwork.com
+  https://medium.com/variable-fonts
+
+In desktop apps
+
+  https://theblog.adobe.com/can-variable-fonts-illustrator-cc
+  https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
+
+Online
+
+  https://developers.google.com/fonts/docs/getting_started
+  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
+  https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
+
+Installing fonts
+
+  MacOS: https://support.apple.com/en-us/HT201749
+  Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
+  Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
+
+Android Apps
+
+  https://developers.google.com/fonts/docs/android
+  https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
+
+License
+-------
+Please read the full license text (OFL.txt) to understand the permissions,
+restrictions and requirements for usage, redistribution, and modification.
+
+You can use them freely in your products & projects - print or digital,
+commercial or otherwise.
+
+This isn't legal advice, please consider consulting a lawyer and see the full
+license for all details.

BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Black.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Bold.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-ExtraBold.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-ExtraLight.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Light.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Medium.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Regular.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-SemiBold.ttf


BIN=BIN
public/font/Noto_Serif_Myanmar/NotoSerifMyanmar-Thin.ttf


+ 93 - 0
public/font/Noto_Serif_Myanmar/OFL.txt

@@ -0,0 +1,93 @@
+Copyright 2012 Google Inc. All Rights Reserved.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.