For said environemnt I would like to use a special font. (This one: http://www.tug.dk/FontCatalogue/janaskrivana/)
Evn though the descirption said it was part of TexLive when I try to use it I get an error message.
Code: Select all
\usepackage{aurical}
\usepackage[T1]{fontenc}
\newtcolorbox{mybox}{enhanced, interior style tile={width=15cm}{parchment.png},
font = \Fontskrivan}
Code: Select all
File 'aurical.sty' not found.
What do I need to do?