I am sorry if this is already covered, but all the tips I've found seemed very hard to implement. You'll need the Mikodacs font in FONTDIR.
\documentclass[book,dvipsnames]{memoir}
\usepackage{xcolor}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\newfontfamily{\archivo}[Path=/FONTDIR/]{Mikodacs.ttf}
\makechapterstyle{lucknerto}{%
\setlength{\beforechapskip}{-2\onelineskip}%
\setlength{\afterchapskip}{2\onelineskip}%
\renewcommand*{\printchaptername}{}%
\renewcommand*{\chapternamenum}{}%
\renewcommand*{\chapnumfont}{\normalfont\large\sffamily\bfseries}%
\renewcommand*{\afterchapternum}{}%
\renewcommand{\printchaptertitle}{\centering\archivo\color{White}\fontsize{23}{27.6}\selectfont\MakeUppercase}
}
\chapterstyle{lucknerto}
\begin{document}
\chapter*{Foobar}
\addcontentsline{toc}{chapter}{Foobar}
\end{document}
I am looking for something like this:
I hope you can help!


shadowfymacro from the first question, but can't get it to work withchapterstyle. – Kristian Nordestgaard Apr 11 '17 at 06:17contourpackage with theoutlineoption, black contour color and white text color, would work? – lblb Apr 11 '17 at 07:46chapterstyle? I tried\renewcommand{\printchaptertitle}{\centering\archivo\color{Red}\contour{blue}\fontsize{23}{27.6}\selectfont\MakeUppercase}but it won't compile. – Kristian Nordestgaard Apr 11 '17 at 07:59http://tex.stackexchange.com/questions/85594/how-to-change-color-of-edge-of-characters
– Kristian Nordestgaard Apr 11 '17 at 20:45