Home New Trending Search
About Privacy Terms
#
#OpenTypeMath
Posts tagged #OpenTypeMath on Bluesky
Bildschirmfoto der Webseite:
MathFonts.github.io
OpenType Math Fonts

This repository hosts a collection of OpenType Math fonts in OTF and WOFF2 formats along with some test pages displaying the pages with MathML.
Using the Web Fonts Served from this site

Each font family made available from this site has a mathfonts.css file which defines a suitable CSS font-face. It does not define a CSS selector that selects this family, allowing you to select different font families in different parts of the document.

So if for example you wish math to be in Noto Sans Math, add:

  <link rel="stylesheet" href="https://mathfonts.github.io/NotoSans/mathfonts.css"/>
  <style>
    math {font-family: Noto Sans Math;}
  </style>
  

Some of the mathfont.css files also define suitable font face names for a matching text font, for example you could add
body {font-family: Noto Sans;}
If the entire document should be in Noto Sans. Note however that in general the text fonts are not served from this site and the text font declarations rely on locally installed fonts.

Bildschirmfoto der Webseite: MathFonts.github.io OpenType Math Fonts This repository hosts a collection of OpenType Math fonts in OTF and WOFF2 formats along with some test pages displaying the pages with MathML. Using the Web Fonts Served from this site Each font family made available from this site has a mathfonts.css file which defines a suitable CSS font-face. It does not define a CSS selector that selects this family, allowing you to select different font families in different parts of the document. So if for example you wish math to be in Noto Sans Math, add: <link rel="stylesheet" href="https://mathfonts.github.io/NotoSans/mathfonts.css"/> <style> math {font-family: Noto Sans Math;} </style> Some of the mathfont.css files also define suitable font face names for a matching text font, for example you could add body {font-family: Noto Sans;} If the entire document should be in Noto Sans. Note however that in general the text fonts are not served from this site and the text font declarations rely on locally installed fonts.

Neil Soiffer und David Carlisle haben eine neue Website zum Testen von #OpenTypeMath Schriftarten erstellt.

mathfonts.github.io

Sie ist auf die MathML-Darstellung ausgerichtet, enthält aber auch Tests, die PDF-Dateien (auf texlive.net) generieren, die die #LuaLaTeX Darstellung zeigen.

1 1 2 0