My montserrat font is working great but I'm getting the warning
Font shape `TU/Montserrat(0)/bx/n' undefined
(Font) using `TU/Montserrat(0)/m/n' instead.
There's a similar post here but I'm not sure how to translate it to fix my warning?
Here's my minimal code
\documentclass[12pt]{memoir}
\usepackage{fontspec}
\usepackage[explicit]{titlesec}
\newfontfamily{\titlefont}{Montserrat}
\titleformat{\chapter}[display]{\bfseries\centering}
{\huge\chapternumberfont\thechapter}
{2em}
{\titlefont\Huge #1}
\begin{document}
\chapter*[Introduction]{Introduction}
Hello
\end{document}
Which renders....

