I've installed Kristen ITC font and I'm using it on my document.
However, I cannot get bold faces in XeLaTeX. But in other programs I can. With system fonts it works correctly, but for all personal fonts, it doesn't.
This is my preamble:
Code: Select all
\documentclass[10pt,a4paper]{article}\usepackage[utf8]{inputenc}\usepackage{lmodern}\usepackage[brazil]{babel}\usepackage[vmargin=5.5cm,hmargin={3.5cm, 4.6cm},columnsep=0.75cm]{geometry}\usepackage{graphicx,color}\usepackage{fontspec}\setromanfont{Kristen ITC}
Thank you.