Skip to main content
Inspiring
July 10, 2017
Answered

Norwegian fonts?

  • July 10, 2017
  • 2 replies
  • 698 views

Maintaining two sites and one is ok and the other one do not accept the norwegian fonts. Both sites posted and made on the same computer.

    This topic has been closed for replies.
    Correct answer pern73094386

    Not under "file" but "modify" in my version of dreamweaver, but is is UTF-8



    Found it and its working. Should also be Unicode Normalization form C. Thanks a lot for the help. Now I can get on with it.

    www.stormoa.no

    PJ

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    July 10, 2017

    Are both sites hosted on the same server?

    Are both servers the same type -- Linux/Apache, Win IIS?

    Nancy O'Shea— Product User & Community Expert
    Inspiring
    July 11, 2017

    Both on same server as far as I know

    Jon Fritz
    Community Expert
    Community Expert
    July 10, 2017

    What do you have in your charset meta tag on each site?

    Inspiring
    July 11, 2017

    Here we go with my silly questions... And where do i find this so I can check?

    Nancy OShea
    Community Expert
    Community Expert
    July 11, 2017

    Near the top of your document.

    <!DOCTYPE html>

    <html lang="en">

    <head>

    <meta charset="utf-8">

    Nancy O'Shea— Product User & Community Expert