Fira Math is a sans-serif font with Unicode math support. This font is a fork of
Download FiraMath-Regular.otf from the GitHub release page, then:
Install bottom to install..otf font files into %WINDOWS%Fonts to install them..otf font files to your fonts directory.sudo fc-cache.If there are no special reasons, you should always install Fira Math via the package manager:
tlmgr install firamathmpm --admin --install=firamathBoth distributions have GUI interfaces, you may enjoy them as well.
[NOT RECOMMENDED] Download firamath.tds.zip from CTAN or GitHub release page, extract it in the root of one of your TDS trees, then run mktexlsr and fc-cache to update the filename database and font cache.
Fira Math can be used in LaTeX, ConTeXt and Microsoft Word after installed on your OS (or the TeX distribution).
% Compiled with XeLaTeX or LuaLaTeX
documentclass{article}
usepackage{amsmath}
usepackage[mathrm=sym]{unicode-math}
setmathfont{Fira Math}
begin{document}
[
int_0^{mathrm{pi}} sin x , mathrm{d}x = 2
]
end{document}You may try the firamath-otf package as well. - Thanks Herbert Voß!
% Compiled with ConTeXt MkIV
definefontfamily [mainface] [rm] [FiraGO] % Require FiraGO fonts
definefontfamily [mainface] [mm] [Fira Math]
setupbodyfont [mainface]
starttext
startformula
int_0^{mathrm{pi}} sin x , mathrm{d}x = 2
stopformula
stoptextSee https://tex.stackexchange.com/q/429621.
See https://superuser.com/q/1114697.
To build Fira Math, you may
python -m pip install -U pip
pip install -r requirements.txt
patch $(python -c "import os, glyphsLib; print(os.path.join(glyphsLib.__path__[0], 'builder', 'axes.py'))") scripts/axes.py.diff
python scripts/build.pyNote that Python 3.9+ is required. Since we are using the dev version of glyphsLib, it's better to use a Python virtual environment.
To edit the source files, Glyphs 3 is required.
If you just want to download the latest development version, please try the artifacts in GitHub Actions.
Issues and pull requests are always welcome.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
Copyright © 2018–2023 by Xiangdong Zeng.