diff --git a/fonts/Makefile.am b/fonts/Makefile.am index 795ce44..5a75862 100644 --- a/fonts/Makefile.am +++ b/fonts/Makefile.am @@ -1,5 +1,8 @@ -allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf mono9.tlf mono12.tlf smblock.tlf smbraille.tlf +allfonts = circle.tlf emboss.tlf emboss2.tlf future.tlf \ + mono9.tlf smmono9.tlf bigmono9.tlf \ + mono12.tlf smmono12.tlf bigmono12.tlf \ + smblock.tlf smbraille.tlf EXTRA_DIST = $(allfonts) diff --git a/fonts/bigmono12.tlf b/fonts/bigmono12.tlf new file mode 100644 index 0000000..fdd3cb7 Binary files /dev/null and b/fonts/bigmono12.tlf differ diff --git a/fonts/bigmono9.tlf b/fonts/bigmono9.tlf new file mode 100644 index 0000000..6af6746 Binary files /dev/null and b/fonts/bigmono9.tlf differ diff --git a/fonts/mono12.tlf b/fonts/mono12.tlf index 6b187a7..c9a5f9c 100644 Binary files a/fonts/mono12.tlf and b/fonts/mono12.tlf differ diff --git a/fonts/mono9.tlf b/fonts/mono9.tlf index 37a31bb..493b02b 100644 Binary files a/fonts/mono9.tlf and b/fonts/mono9.tlf differ diff --git a/fonts/smmono12.tlf b/fonts/smmono12.tlf new file mode 100644 index 0000000..cc84ff7 Binary files /dev/null and b/fonts/smmono12.tlf differ diff --git a/fonts/smmono9.tlf b/fonts/smmono9.tlf new file mode 100644 index 0000000..c50c81c Binary files /dev/null and b/fonts/smmono9.tlf differ