Salaam,
This is not possible through GUI to change sura name font. You can however manually edit either <zekr>/res/ui/theme/<sky or other themes>/page-items.vm and change
class="def suraName" to class="suraName" (remove def).
Alternatively, you can set whatever font you like in <zekr>/res/ui/theme/<sky or other themes>/css/common-style.css like 2. For example you can add Arial Unicode MS after 'font-family:' which results into something like this:
font-family: Arial Unicode MS, Garamond, Georgia, Serif;
Mohsen