I have a problem with the integral symbol. Previously, it was perfectly straight and now it's tilted, even though I haven't changed my code.
Here are the packages I use:
\usepackage[dvipsnames,table,xcdraw]{xcolor}
\usepackage{wrapfig2}%pour mettre des figures à côté de texte
\usepackage{babel}%francisation
\usepackage{mathtools}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket},math-style=french]{unicode-math}
\usepackage[default,varnothing]{fontsetup}
\newfontface{\STIXTWO}{STIX Two Math}
\usepackage[scale={0.75,0.8},footskip=1.5cm,heightrounded]{geometry}
\usepackage[shortlabels]{enumitem}%pour pouvoir changer les labels des listes
\usepackage{siunitx}%pour les unités
\usepackage{xspace}%pour la gestion des espaces
\usepackage[np,autolanguage]{numprint}%pour la séparation des milliers
\usepackage{autoaligne}%pour les systèmes linéaires
\usepackage{nicematrix}%pour les matrices "évoluées"
\usepackage{tikz}%pour les graphiques et bien d'autres choses
\usetikzlibrary{babel,fit,calc,arrows.meta,positioning,%
decorations.pathreplacing,patterns.meta,angles,matrix,3d,quotes,mindmap,backgrounds}
\usepackage{tkz-tab}
\usepackage{emoji}
\setemojifont{Noto Color Emoji}
\usepackage[most]{tcolorbox}%pour les théorèmes, définitions, etc.
\tcbuselibrary{documentation}
Maybe there is an option in a package I should add?
PS: Sorry for my English (I am French)
Here is a MWE:
\documentclass[10pt,a4paper,french]{book}
\usepackage[dvipsnames,table,xcdraw]{xcolor}
\usepackage{wrapfig2}%pour mettre des figures à côté de texte
\usepackage{babel}%francisation
\usepackage{mathtools}
\usepackage[warnings-off={mathtools-colon,mathtools-overbracket},math-style=french]{unicode-math}
\usepackage[default,varnothing]{fontsetup}
\newfontface{\STIXTWO}{STIX Two Math}
\usepackage[scale={0.75,0.8},footskip=1.5cm,heightrounded]{geometry}
\usepackage[shortlabels]{enumitem}%pour pouvoir changer les labels des listes
\usepackage{siunitx}%pour les unités
\usepackage{xspace}%pour la gestion des espaces
\usepackage[np,autolanguage]{numprint}%pour la séparation des milliers
\usepackage{autoaligne}%pour les systèmes linéaires
\usepackage{nicematrix}%pour les matrices "évoluées"
\usepackage{tikz}%pour les graphiques et bien d'autres choses
\usetikzlibrary{babel,fit,calc,arrows.meta,positioning,%
decorations.pathreplacing,patterns.meta,angles,matrix,3d,quotes,mindmap,backgrounds}
\usepackage{tkz-tab}
\usepackage{emoji}
\setemojifont{Noto Color Emoji}
\usepackage[most]{tcolorbox}%pour les théorèmes, définitions, etc.
\tcbuselibrary{documentation}
\begin{document}
\[\int_a^b f\]
\end{document}
I can't reproduce the upright version (and that's what I would want)
Edit: I tried the solution provided by Apporv Potnis with the upint option. It is better but that's not exactlty what I had before:
As you can see, before it was less straight and more bold.
I remember I recently updated the packages in Miktex. Maybe, it is the reason of the change?
New Edit:
In the stix-two package documentation, I see this:

I think that is what I had before. So how do I get the Stylistic set 8?







upintoption tofontsetup. It gives upright integrals, I just checked. The spacing of limits is a bit off though. Also check thefontsetupdocumentation for more options.