Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Oyunhobi,
    Which font did you choose to display the Turkish Lira? In theory, the that baht solution should work for the Lira too. This is also described in the FAQ under “How can I use my own font?”

    Let me know and I’ll try to see if I can replicate your process to see what’s going wrong.

    Ewout

    Thread Starter Can Ocalir

    (@oyunhobi)

    I’ve followed the guidelines of Thai Baht solution with Arial ext-Latin font. But It was still the same. I dont know what will i do?
    Because it is a nice plugin and i’d want to use it.

    Plugin Contributor Ewout

    (@pomegranate)

    Can you confirm that the font really did change?
    The guidelines in the FAQ are more up to date, so you may want to follow that. Also, check the Status tab on the settings page and make sure that the MBString extension is active.

    Thread Starter Can Ocalir

    (@oyunhobi)

    I’ll give it a try then get back to you.
    Thank you very much.

    Thread Starter Can Ocalir

    (@oyunhobi)

    I’ve done like that but this time the symbol appears (“), not an empty square. Im sure about the font pack includes the TL currency. But i dont know what im doing wrong.
    Also im sure about the font changed this time.

    /* Main Body */
    @font-face {
    font-family: ‘Calibri’;
    font-style: normal;
    font-weight: normal;
    src: local(‘Calibri’), local(‘calibri’), url(https://www.oyunhobi.com/fonts/calibri.ttf) format(‘truetype’);
    }
    @font-face {
    font-family: ‘Calibri’;
    font-style: normal;
    font-weight: bold;
    src: local(‘Calibri Bold’), local(‘calibrib’), url(https://www.oyunhobi.com/fonts/calibrib.ttf) format(‘truetype’);
    }
    @font-face {
    font-family: ‘Calibri’;
    font-style: italic;
    font-weight: normal;
    src: local(‘Calibri Italic’), local(‘calibrii’), url(https://www.oyunhobi.com/fonts/calibrii.ttf) format(‘truetype’);
    }
    @font-face {
    font-family: ‘Calibri’;
    font-style: italic;
    font-weight: bold;
    src: local(‘Calibri Bold Italic’), local(‘calibriz’), url(https://www.oyunhobi.com/fonts/calibriz.ttf) format(‘truetype’);
    }

    @page {
    margin-top: 1cm;
    margin-bottom: 3cm;
    margin-left: 2cm;
    margin-right: 2cm;
    }
    body {
    background: #fff;
    color: #000;
    margin: 0cm;
    font-family: ‘calibri’;
    font-size: 9pt;
    }

    Plugin Contributor Ewout

    (@pomegranate)

    I have tried another font, which is supposed to support the Lira symbol, Source Sans Pro (I read this here https://stackoverflow.com/a/14121739/1446634).

    You can download it from:
    https://github.com/w0ng/googlefontdirectory/tree/master/fonts/sourcesanspro

    Works on my own site (at least when I enter & # 8378; (remove spaces, it wouldn’t display in the forum) or ? in the footer)!

    Plugin Contributor Ewout

    (@pomegranate)

    Hello Can Ocalir,
    Did changing the font to Source Sans do the trick for you?

    Ewout

    Thread Starter Can Ocalir

    (@oyunhobi)

    It worked like a charm. Thank you very much.
    Best Regards

    Plugin Contributor Ewout

    (@pomegranate)

    Glad to hear that and thanks for the feedback!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Turkish Lira symbol not appears’ is closed to new replies.