Doing this for a conversion of existing website over to DNN.
Even though this font is automatically installed with Windows 7, the module title I'm trying to configure WILL NOT use this font; no matter what browser I try to use.
Within firebug, I see my font-family setting from the container.css file is there, but it's grayed out and sans-serif is being used (in blue) from my html_settings.css file.
WHY?! Thanks..
HTML_SETTINGS.CSS:
body, th, td, table, h1, h2, h3, h4, h5, h6, .Head, .SubHead, .SubSubHead, .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, a:link, a:visited, a:hover, input, .CommandButton {
font-family: Arial,Helvetica,sans-serif;
}
CONTAINER.CSS:
.c_Invisible .Invisible_Title {margin:0; padding:8px 0 3px 0; font-family:'Narkisim Regular' !important;}
.c_Invisible .Invisible_Title .Head {color: #00628E; font-family: 'Narkisim Regular' !important; font-size: 28px; font-weight: normal; padding: 0 0 0 5px;}
INVISIBLE_TITLE.ASCX:
<dnn:title id="dnnTitle" runat="server">
</dnn:title>