languages test file: Use new Tibetan font name

Noto Sans Tibetan was not actually a sans font. On newer systems the
font is now Noto Serif Tibetan.

See, e.g., the package 'fonts-noto-core' in Ubuntu 21.04.

This change also fixes compilation of
supported-languages_polyglossia-XeTeX.lyx on Ubuntu 21.10.
This commit is contained in:
Scott Kostyshak 2021-12-09 15:16:07 -05:00
parent dcef1a9cad
commit 80a901506b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
\newfontfamily\telugufont{Noto Serif Telugu}
\newfontfamily\thaanafont{FreeSerif} % prevent "missing script tag" error
%\newfontfamily\thaanafont{Noto Sans Thaana} % works, too
\newfontfamily\tibetanfont{Noto Sans Tibetan} % wrong family
\newfontfamily\tibetanfont{Noto Serif Tibetan}
% Font setup for Japanese (not supported by Polyglossia)
\usepackage{ifxetex}

View File

@ -23,7 +23,7 @@
\newfontfamily\telugufont{Noto Serif Telugu}
\newfontfamily\thaanafont{FreeSerif} % missing script tag in FreeSerif
%\newfontfamily\thaanafont{Noto Sans Thaana} % works, too
\newfontfamily\tibetanfont{Noto Sans Tibetan}
\newfontfamily\tibetanfont{Noto Serif Tibetan}
% Font setup for Japanese (not supported by Polyglossia)
\usepackage{ifxetex}