starlight When I look at the preview in theme magic, I don't see the font being changed on finnveien.no and muhammed.no.
The font in all the three sites is coming from bootstrap CSS file due to which font selected in thememagic isnt appearing from BODY attribute which also varies in one of the site. To have it consistent across all sites, Try add this to custom.css file :
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}
and change font-family accordingly