Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Google Fonts API

  1. #1
    mimpoz is offline Member
    Join Date
    Jul 2008
    Posts
    53

    Default Google Fonts API

    Has anyone implemented GoogleFonts on their ASPDNSF site? When I put in a new <link rel="stylesheet"... > to reference the GoogleFont, it gets overwritten. Can I somehow reference it in the css file itself?

  2. #2
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    http://code.google.com/webfonts/fami...set=latin#code

    You need to add the link and then update the CSS as well.

    Have you done both? Sounds like you have only added the link and not changed your CSS.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  3. #3
    jjdunkel is offline Member
    Join Date
    Jan 2006
    Location
    Chicago
    Posts
    78

    Default

    Well the above works for version 8...but referencing a different stylesheet is a bit different for version 9 because of the themes. Which version are you using?

  4. #4
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    Ver 8

    However you add the link in your header and update the current CSS to use that font in the font family. You can still do that in ver 9.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience