Hindi fonts not rendering in html pages

Hindi fonts not rendering in when html pages are run except the mangal and devnagri font.
Is that a bug or a problem which i am not able to tackle.
Mozilla browser shows error in console that (font download failed or The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range.
downloadable font: download failed (font-family: "Kruti Dev 010" style:normal weight:normal stretch:normal src index:0): status=2147500037
source: file:///D:/epub/filename/OEBPS/Fonts/k010.otf @ file:///D:/epub/filename/OEBPS/Styles/style.css).
Please reply soon.
Thanks.

Download and install hindi font from [http://hindi-fonts.com Hindi Fonts] .

Similar Messages

  • BCS list data not rendering as HTML

    I have a Business Data List webpart in Sharepoint Online (2013) which pulls data from a BCS List. This data contains HTML which is not rendering as HTML but the HTML text.
    I've modified the data to HTML format the data, no joy (example: < img src="/)
    I've modified the data to spit out the native html, no joy (example: <img src="/)
    I've modified the XSLT of the webpart using the Data View Properties (when editing the webpart in Sharepoint) to output the text from the list as below, which didn't work:
    <xsl:value-of select="@ArticleBody" disable-output-escaping="yes" ddwrt:nbsp-preserve="yes"/>
    and also this hasn't worked:
    <xsl:value-of select="@ArticleBody" disable-output-escaping="yes"/>
    I'm now at a loss as to how I can get the data to show with the html text being rendered as actual HTML on page

    found, the issue - there was a section further down the XSLT file that needed the disable-output-escaping adding to (below is the original section) - once updated it worked like a charm - thanks
    <xsl:template name="_LFtoBRloop">
        <xsl:param name="input" />
        <xsl:variable name="beforeText" select="substring-before($input, '&#xA;')" />
        <xsl:choose>
          <xsl:when test="string-length($beforeText) = 0 and substring($input, 1, 1) != '&#xA;'">
            <xsl:value-of select="$input" />
          </xsl:when>
          <xsl:otherwise>
            <xsl:value-of select="$beforeText" />
            <br />
            <xsl:call-template name="_LFtoBRloop">
              <xsl:with-param name="input" select="substring($input, string-length($beforeText)+2)" />
            </xsl:call-template>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:template>

  • Hindi font not show in Pagemaker

    Hindi font not show in Pagemaker

    Pagemaker has limited font support and will not be able to handle Hindi. There was a middle eastern version back in the day, nut I'm not sure if it supported hindi. Indesign and maybe some 3rd part plugins would be your best bet.
    Jay

  • JSF tags are not rendered in error page

    I have configured error page for HTTP 404 error in web.xml like this
    <error-page>
    <error-code>404</error-code>
    <location>/Common/error.jspx</location>
    </error-page>
    Faces Servlet is configured as follows
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    My error page (error.jspx) looks like this
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html" xmlns:trh="http://myfaces.apache.org/trinidad/html"
    xmlns:tr="http://myfaces.apache.org/trinidad" xmlns:c="http://java.sun.com/jsp/jstl/core">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <html>
    <head>
    <title>Error Page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    </head>
    <body id="b1">
    <h4 style="color:red">An Error Occured. Please click Back button or Signout.</h4>
    <input type="button" value="Back" onclick="history.back()"/>
    <tr:commandButton id="cb1" text="SIGN OUT" action="exit" actionListener="#{Login.LogOut}"/>
    </body>
    </html>
    </jsp:root>
    When I deploy application and run into 404 error, page displays error message with only Back button. I don't see SingOut button. I have checked url and it follows /faces/* pattern. Still to double check, I made a change and configured servlet mapping in web.xml as
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    <url-pattern>*.jspx</url-pattern>
    </servlet-mapping>
    Still commandButton is not rendered. I understand that my error page don't have access to FacesContext or not going through Faces Servlet. I know this is a small issue, but couldn't figure out what can be done. I have also tried using .xhtml and .jsf as per googled suggestion. But no luck
    I have tried different solutions to my problem and googled for solutions. But I couldn't get it resolved.
    So can you please provide any suggestions...
    Edited by: user1818355 on May 22, 2013 2:29 PM

    I think my faces servlet is configured to handle URLs having /faces/* pattern. I don't have any folder named with faces but I can access all my web pages which have /faces/ in their url. All jspx pages in application are configured in task flows. So I think they have access in FacesContext. But error page is configured in only web.xml and some how it is missing access to FacesContext and not rendering JSF tags. Any help?

  • XML dataset stucks in rendering on html page

    Hi
    When i choose a test.xml file with 'insert - spry dataset', 'datatype xml', the datapreview in the 'set data options' window display the data correctly.
    In the 'choose insert options' i choose 'insert table'. I don't use the setup button there, leaving it to default settings, and click 'done'.
    Seems to be correct.
    In the design window, the columnheaders are displayed, with the fields name between brackets, like below:
    Datum     Inhoud     Link
    {datum}     {inhoud}     {link}
    the values are not visible in designview.
    But in liveview, the page is completely blank.
    I'm not hosting it yet on a testsite. Just trying out how to insert XML data in a HTML file.
    According to the tutotials it should work - but it doesn't...
    the pieces of code in the html that were automatically added:
        <script src="file:///C|/Users/Frank Buurman/AppData/Roaming/Adobe/Dreamweaver CS4/en_US/Configuration/Temp/Assets/eamA7B0.tmp/xpath.js" type="text/javascript"></script>
            <script src="file:///C|/Users/Frank Buurman/AppData/Roaming/Adobe/Dreamweaver CS4/en_US/Configuration/Temp/Assets/eamA7B0.tmp/SpryData.js" type="text/javascript"></script>
                      </p>
                            <div spry:region="ds1">
                              <table>
                                <tr>
                                  <th spry:sort="datum">Datum</th>
                                  <th spry:sort="inhoud">Inhoud</th>
                                  <th spry:sort="link">Link</th>
                                </tr>
                                <tr spry:repeat="ds1">
                                  <td>{datum}</td>
                                  <td>{inhoud}</td>
                                  <td>{link}</td>
                                </tr>
                              </table>
                      </div>
                            <p> </p>
                    </div>
    Could you please help me out ?
    tnx a lot !

    I have no testing server yet.
    The hourglas is in Dreamweaver itself, when rendering the xml sprite - not in a browser.
    Attached is a testing html (with associated css and js files)  in wich i tried to insert the xml.
    When i tried the same on a blank html page (in the same dir), the spry table insertion works fine .
    But not within the contentarea of this index.html.
    Could it be because of the 'accordion.js' ?
    Or the css ?
    I really have no idea...
    tnx
    (ps i've left out the images folder)

  • Dynamic Graphics - Image not clear in HTML page

    Hi,
    i tried to generate the image from Dynamic Graphics( 3D Dial gauge). It creates successfully but when i show this image in HTML page it is not clear i.e values and arc are showing like points and words in description also shows as splited. How to avoid this? How to display images clearly?
    regards
    senthil

    I don't know if this will help, but you may want to try rendering the image larger than the size you will display on the page.
    If you do a search in the forum for 'svg' you might find some usefull threads.

  • Fonts not rendered same on iPad and Mac, Safari

    Hindi fonts are not rendered the same in Safari running on iMac and iPad.
    Safari on iMac works much better for Hindi, It is similar to Firefox.
    Firefox works best on both Mac and PC.
    Can this be fixed?

    Hindi has never been supported on the iphone or ipod touch, and it is also not supported on the iPad, which uses the same OS. Apple lists the supported languages in the tech specs for these products. There is no way to change these.
    To tell Apple you want Hindi added, go here:
    http://www.apple.com/feedback/ipad.html

  • Why are TypeKit fonts not displaying correctly in Pages (iWork)?

    I have just subscribed to TypeKit and am experiencing highly peculiar behavior from the two fonts I’m using in Pages (iWork): Basically, fonts in my document don’t respond appropriately to requested changes in style. For example, if I increase the point size by one point using the the formatting commands built into Pages, the font drops a point size. I’ve had the same experience using the kerning command, where the kerning decreases when I have set it to increase. (So far, the only fonts I’ve been using have been Futura PT and Proxima Nova.)
    Look at the example in the screenshot: “FEATURED EXPERT” on the top line shows in Pages as being 24pt Futura PT Book. However, “SOLO,” a few lines down, which is definitely displaying as smaller, shows as 25pt Futura PT
    In a potentially related issue, when I reopened this same document today, text boxes were suddenly too small for the text (again in Futura PT and Proxima Nova). It was as though Pages was suddenly reading those two fonts differently.
    I have had no issues with other (non-TypeKit) fonts in the same document.
    Anyone else experiencing anything similar? Any suggested fixes? I'm reluctant to unsync/resync the two affected fonts (the only ones I have sync'd to date) because I don't want to wreck the document!

    Thanks, Christopher. After I posted my original question, I did come to realize that it was Helvetica not Future PT showing. Here’s what happened, and here’s why I still need some guidance…
    The document dropped Future PT because when my wifi signal dropped, the Creative Cloud app displayed this error symbol (see graphic) in my menu bar.
    At that point, my computer could no longer access my TypeKit fonts and the document reverted to the system's Helvetica default.
    This was not an isolated incident.
    If I turn wifi off manually, there is no issue and CC continues to operate in the background as it should, with TypeKit fonts still available.
    However, if the wifi drops out on its own, I get the above error symbol and I then lose access to my TypeKit fonts. Very rarely, the CC app will self-correct when the signal is restored. More often than not, I must quit the CC app and relaunch it in order to get things back to normal.
    This doesn’t strike me as normal behavior Have you ever encountered anything like it? Do you know of  a fix that will allow the CC app to self-correct when the wifi signal is restored?
    Any assistance will be appreciated! 
    Thanks!
    P.S. TypeKit troubleshooting doesn’t address this particular issue.

  • [solved] GTK3: Fonts not rendering smoothly

    Here's GTK3 app and GTK2 app side by side:
    Fonts are not rendering correctly on any GTK3 app. I use Ubuntu's patched versions of freetype2, fontconfig and cairo from AUR:
    freetype2-ubuntu fontconfig-ubuntu cairo-ubuntu
    How can I get GTK3 apps to render fonts correctly? I don't use any DE, just dwm as window manager.
    Last edited by NAND (2013-01-28 16:14:41)

    Stupid me!
    The cairo-ubuntu from AUR had failed to build. Followed Ichigo-Roku's tip in comments and now everything works.
    Ichigo-Roku
    2013-01-12 18:29
    In the PKGBUILD you have to replace "autoreconf" by "autoreconf -fi".
    Anyway, thanks for your help and sorry for taking your time.
    Last edited by NAND (2013-01-28 16:15:09)

  • Flash not playing on html page after template is altered

    Hi,
    Can anyone help. If i alter anything on a template none of the .swf files on pages based on that template will work when previewed in the browser.
    I am using DW CS3.
    Anyone any ideas

    Good day,
    This issue can be considered as a limitation at some point because Dreamweaver lacked the ability to "auto-update", although it was not really the best practice to include Flash contents in a DW template.
    There is a workaround though. You may need to edit the template (.dwt) itself and work in Code View.
    While in Code View, use the Find and Replace (Edit > Find and Replace) feature so it will be easier for you to find what you are looking for.
    In the Find and Replace window, choose Current Document as value for Find in, and Source Code as Search.
    In the Find input field, type --> 'src' (including the single quotes) and click on Find Next.
    Once you found 'src', pay attention to the text next to it enclosed in single quotes. The value in the single quotes is the path of where the Flash file is saved. try to remove ../ if you happen to see it. (do this if the Flash file is located in the same folder where the HTML page which uses it is saved)
    Using Find and Replace again, this time, try to search for 'movie' (including single quotes). You'll see again the text next to it which is the same value as what you have searched before. Do the same thing, try removing ../. (do this if the Flash file is located in the same folder where the HTML page which uses it is saved)
    Save the DW template file and try to preview the pages again in the browser.
    I hope this helps.
    Regards,
    Christine R.
    Adobe North America Technical Support

  • Text font not going to web page defaults

    Firefox appears to be using the "options" font type and color, rather than the web page font and color, despite the box being checked to allow the web page font to override the options font

    Make sure that you allow pages to choose their own fonts.
    *Edit > Preferences > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    You can check the gfx.downloadable_fonts.enabled pref on the <b>about:config</b> page and reset user set (bold) gfx.downloadable_fonts.enabled prefs via the right-click context menu to the default value to make sure that you allow fonts to be downloaded.

  • Fonts not rendering properly. Am I missing something?

    I have PS Elements 10 for Mac. I've been trying to figure out why my text is not rendering properly. I type out a word and although caps lock is OFF, the text shows up in all caps. Also, the spacing between letters is wide. I've been trying to search through help and options, but can't find anything. Does anyone have any suggestions on what could be wrong?

    At the far left of the options bar is a tiny triangle. Click it and choose Reset Tool from the popout menu.

  • Design View not rendering content of pages

    I am the webmaster and lead developer for a state university. We have developed a responsive Dreamweaver template for our mostly non-coding users (admin assistants usually are assigned web tasks for some reason). You can see our site here http://www.wwu.edu/webtech . When we bring up pages in Design View, they cannot be edited; none of the content is visible. Live view is pretty good, but it's difficult for non-coders to edit in this window. For instance, in Design view they can just select Enter after a block of text to start a new <p>; In Live View you can modify an existing paragraph as if you were in Design View, but you cannot add elements without using the Insert tool. My non code users have no idea what the Insert menu is talking about. So my questions are:
    1. First - has anyone else hit situations where Design View did not work? Here is what it looks like for the site mentioned above:
    2. Any idea why design view cannot handle this page? It's a standard responsive site with media queries... I've tried stripping out complexity but cannot get it to work. It is valid HTML and passes tests.
    3. Am I using the wrong product? Can Muse handle Dreamweaver templates?

    Nancy O, osgood_, Fritz, thank you for your thoughts.
    Dreamweaver has been a wonderful tool for non-coders for many years. We developed templates for the groups, then all they had to do was put the content into the correct areas through the power of the Dreamweaver template. That is no longer possible it seems with the more complex, responsive templates. And yes, Osgood_ , it does appear that some pages will be rendered fine in Dreamweaver. Our older templates such as represented by this site: http://www.wwu.edu/bservices IS viewable and editable in Dreamweaver Design view. Those users are quite happy. However our newest responsive Dreamweaver templated sites such as http://www.wwu.edu/webtech and http://www.wuw.edu/registrar2 are not.
    What I'd really love is for an adobe engineer to sit down and look at our templates and let me know if there is anything I could do to make these templates usable in Design View.
    Our other alternative is to move away from static HTML and Dreamweaver and go entirely to WordPress and Drupal. I will miss Dreamweaver when this happens! I had hoped there was a place for those who did not want the complication of a Wordpress site...

  • Cfdocument: font not rendering

    Hi: I have a webpage that prints a photo with text underneath that is in specific fonts.
    This works fine when it is rendered as a normal webpage: the fonts display exactly as they should, but when I wrap the code with a CFDOCUMENT tage the fonts revert to standard fonts i.e., the wrong donts.
    I'm tearing my hair out. Does anyone have any ideas?
    thanks.
    ..Robert
    Here's the code:
    <cfdocument format="pdf" fontembed="yes" filename="aaa.pdf"  overwrite="true">
    <?xml version="1.0″ encoding="UTF-8″?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>XHTML-document</title>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252" />
    <meta name=Generator content="Microsoft Word 12 (filtered)" />
    <style type="text/css">
    @font-face
        {font-family:"Cambsdfria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
    @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
    @font-face
        {font-family:"Gotham XNarrow Bold";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
    @font-face
        {font-family:"Gotham XNarrow Book";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
    @font-face
        {font-family:"Gotham XNarrow Black";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
    @font-face
        {font-family:AngssdfanaUPC;
        panose-1:2 2 6 3 5 4 5 2 3 4;}
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin-top:0cm;
        margin-right:0cm;
        margin-bottom:10.0pt;
        margin-left:0cm;
        line-height:115%;
        font-size:11.0pt;
        font-family:"Calsdfibri","sans-serif";}
    .MsoPapDefault
        {margin-bottom:10.0pt;
        line-height:115%;}
    @page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
    div.WordSection1
        {page:WordSection1;}
    </style>
    </head>
    <body lang=EN-CA>
    <table width="155" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td align="center" width="144" height="77" colspan="3"><!img src="052498.jpg" WIDTH="144" HEIGHT="77" border="0" />
        <embed width="144" height="100" src="W1936758.tif" type="image/tiff" /></td>
    </tr>
    <tr>
        <td width="3"></td>
        <td align="center" width="138" height="11"><span style='font-size:9pt;font-family:"Gotham XNarrow Bold"'>14 First Street</span></td>
        <td width="3"></td>
    </tr>
    <tr>
        <td width="3"></td>
        <td align="center" width="138" height="11"><span style='font-size:11pt;font-family:"Gotham XNarrow Black"'>$599,900</span></td>
        <td width="3"></td>
    </tr>
    <tr>
        <td width="3"></td>
        <td align="center" width="138" height="11"><span style='font-size:9pt;font-family:"Gotham XNarrow Book"'>145 sq ft, two-storey, 3 bedrooms, 2 baths, full fin basement, more details to come.</span></td>
        <td width="3"></td>
    </tr>
    <tr>
        <td width="3"></td>
        <td align="center" width="138" height="11"><span style='font-size:9pt;font-family:"Gotham XNarrow Bold"'>Mark Jones</span></td>
        <td width="3"></td>
    </tr>
    <tr>
        <td width="3"></td>
        <td align="center" width="138" height="11"><span style='font-size:9pt;font-family:"Gotham XNarrow Bold"'><em>Realty Office</em></span></td>
        <td width="3"></td>
    </tr>
    </table>
    </body>
    </html>
    </cfdocument>

    Hi,
    Is it possible to embed fonts from an external source into cfdocument?  For example, I have tried the following but it didn't work.
    <cfdocument fontembed="yes" format="pdf">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Test</title>
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
    </head>
    <body>
    <div style="font-family:'Tangerine';">Testing 123</div>
    </body>
    </html>
    </cfdocument>

  • Fonts not rendering in safari?

    After an uneventful upgrade to lion, I have found that on many web pages, fonts aren't rendering - I get a placeholder for a character, but it's obviously unreadable.
    Changing the fonts in the preferences doesn't help; and other browsers do not have this issue. Just safari, and only after upgrading to Lion.
    Any ideas?

    Apparently Lion's version of Safari doesn't approve of the use of the fonts in my boot camp partition, and Consolas was the offending font.
    Curiously, when consolas is enabled in Lion, Safari doesn't render _any_ monospaced fonts, even if the monospaced font selected in Preferences is Menlo or Monaco.
    I've seen similar issues visiting microsoft sites - here, disabling all of the microsoft fonts on my boot camp partition was necessary.
    I really like consolas; I would have already done it if I knew it wouldn't break on Lion - maybe the commercial version works where the one Microsoft distributes doesn't; but as it's a gamble at this point, I guess I'll have to use something else...

Maybe you are looking for

  • I can't see adobe pdf printer

    Hi, I've recently installed the CC on my iMac at work, including Adobe Acrobat Pro. When I go to (i.e.) Illustrator > file > print I can't see in the drop down menu the 'Adobe pdf' option to virtually print my files. Every software is updated to its

  • Scheduled system wakeup from a Sleep state while lid closed

    I'm wanting to backup my Ti Power Book data using the .Mac Backup 3 (BU3) application at 2am each day. On my desktop system which is a Power Mac G5 I perform a BU3 every day at around 2am. The Energy Saver is configured to wake my Power Mac from a sl

  • Touchsmart IQ506 Windows 8 upgrade crashed my system-please help

    I have the touchsmart IQ506 and recently upgraded to windows 8. It has crashed my system and I've spent hours on the phone with microsoft. How can I fix my computer? I've reinstalled windows 8 seven times...

  • Standby database 11g

    Oracle 11.2. I am building standby database as a reporting database. Can physical standby database only be open read-only state? My understanding is yes, but I like to confirm it. If I want my standby database to be read/write, only logical standby d

  • I downloaded the latest version of Firefox yesterday and I cannot get anything to print from Frefox today, is this common?

    When I ask it to print either from a webpage or using the File Print command I get a message that says An unknown printer error has occurred. I was not getting it before the latest update. When I use Internet Explorer on the same site, it works fine.