I would like to have
- Calibri for text, and
- CM Bright for math.
Is this possible?
My own attempt was to override the CM Bright text font using fontspec with the no-math option. However this does not work. Does anybody have an idea?
\documentclass{article}
\usepackage{cmbright}
\usepackage[no-math]{fontspec}
\setmainfont{Calibri}
\begin{document}
Test $test\int\xi$
\end{document}
[This is Windows. For Linux include the fonts in the directory and use \setmainfont[BoldItalicFont=calibriz.ttf, BoldFont=calibrib.ttf, ItalicFont=calibrii.ttf]{calibri.ttf}]

fontspec. Maybe the answer there also helps you. https://tex.stackexchange.com/questions/358418/using-cmbright-in-xelatex-for-math-and-text – Georg May 20 '17 at 15:30