I would like to include a chalkboard alphabet font. However, when I do that the fonts look very tacky, I would like something more stylish. See pictures for reference:
This is what I have:
This is what I want:
Any help would be much appreciated, below an MWE:
\documentclass[usenames,dvipsnames,aspectratio=169]{beamer} % --> loads xcolor and hyperref
%----------------------------------------------------------------------------------------------
% PACKAGES
%----------------------------------------------------------------------------------------------
% Loaded by default in beamer (and many others...)
%\usepackage{
% amsthm
% color
% enumerate
% fourier
% hyperref
% xcolor
% graphicx % A more advanced package for images and figures
%}
\usepackage{
fourier, % For typesetting
newtxtext, % To set the fonts to Times New Roman
import, % to import files
caption, % To include captions in tables and figures
subcaption, % To include subcaptions in tables and figures
float, % Improves floating objects: figures and tables
nicematrix, % To make nice tables
multicol, % For multicolum slides
ragged2e, % New commands and environments for ragged tex
mathtools, % Loads and enhances the features of amsmath
amssymb, % Enhances symbols in math environment
cancel, % to cross a term in an equation
marvosym, % Adds Marting Vogel's symbols: euro, comunicaiton,...
}
%TO BE REMOVED
%\let\marvosymLightning\Lightning
%This sequence of packages controls the mathematical tools of latex
%\usepackage[makeroom]{cancel} % to cross a term in an equation
%----------------------------------------------------------------------------------------------
% START OF THE PRESENTATION
%----------------------------------------------------------------------------------------------
\begin{document}
\begin{frame}
\begin{align*}
\mathbb{NE}
\end{align*}
\end{frame}
\end{document}

