<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,<br><br>Recently I noticed a strange issue with fancyhdr package when used with polyglossia declared in document. I noticed that I'm not able to manipulate with font's specs, no way to change font or make it italic or smallcaps. Anyone knows what's the catch? How to overcome this problem?<br><br>I'm posting minimal working example for testing purposes. You'll notice that headers should be smallcaps, but only "manual" header is in smallcaps, while the "leftmark" is not. You may try with italic or bold, but header remains the same.<br><br>If you comment out \setmainlanguage, everything's fine.<br><br>Here's
 code:<br>------------------------------------------------------<br>\documentclass[a5paper,10pt,pagesize]{scrbook}<br>\usepackage{lipsum}<br>\usepackage{fancyhdr}<br>\pagestyle{fancy}<br>\fancyhf{}<br>\fancyhead[LE,RO]{\footnotesize\thepage}<br>\fancyhead[EC]{\nouppercase{\footnotesize\scshape Test}}<br>\fancyhead[OC]{\nouppercase{\footnotesize\scshape\leftmark}}<br>\renewcommand{\headrulewidth}{0.4pt}<br><br>\usepackage{fontspec}<br>\setmainfont{Minion Pro}% or any other .otf font<br><br>\usepackage{polyglossia}<br>\setmainlanguage{english}<br>\setotherlanguage{arabic}<br><br>\begin{document}<br>\chapter{Test Chap.}<br>\section{Test Sec.}<br><br>\lipsum[1-20]<br>\end{document}<br></div></div><br>

      </body></html>