summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-23 19:31:19 +0000
committerKarl Berry <karl@freefriends.org>2024-04-23 19:31:19 +0000
commitfb82d0656482c9e262fb30327eb182eb19b0984d (patch)
treebd2fd70e73816beb1dd909cf1437eb77b00d31fb
parentb8dc726e0318a273f99c2bc917d7a97bf24b5637 (diff)
haranoaji (22apr24)
git-svn-id: svn://tug.org/texlive/trunk@71051 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/haranoaji/README2
-rw-r--r--Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec8
-rw-r--r--Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec8
3 files changed, 17 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/fonts/haranoaji/README b/Master/texmf-dist/doc/fonts/haranoaji/README
index 607f37c20df..70c3ec39ff6 100644
--- a/Master/texmf-dist/doc/fonts/haranoaji/README
+++ b/Master/texmf-dist/doc/fonts/haranoaji/README
@@ -1,4 +1,4 @@
-# Harano Aji Fonts ver. 20231009
+# Harano Aji Fonts ver. 20231009-2
https://github.com/trueroad/HaranoAjiFonts
diff --git a/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec b/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec
new file mode 100644
index 00000000000..f8201d7a7e6
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec
@@ -0,0 +1,8 @@
+\defaultfontfeatures[HaranoAjiGothic]
+ {
+ Extension = .otf,
+ UprightFont = *-Regular,
+ BoldFont = *-Bold,
+ FontFace = {l}{\shapedefault}{ *-Regular },
+ FontFace = {eb}{\shapedefault}{ *-Heavy }
+ }
diff --git a/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec b/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec
new file mode 100644
index 00000000000..da0801d0b2c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec
@@ -0,0 +1,8 @@
+\defaultfontfeatures[HaranoAjiMincho]
+ {
+ Extension = .otf,
+ UprightFont = *-Regular,
+ BoldFont = *-Bold,
+ FontFace = {l}{\shapedefault}{ *-Light },
+ FontFace = {eb}{\shapedefault}{ *-Bold }
+ }