• Resolved aliirani

    (@aliirani)


    Take a look at my site:
    https://amir.irani-tehrani.com

    I’m trying to write in English, Farsi, and Germany. English and Germany are no problem. Farsi text comes out too small and is difficult to read. Is there a way I can increase the font size in my Farsi postings? I’ve tried resizing my text in Dreamweaver and then pasting the code into wordpress, but that doesn’t help at all. Anyone have any suggestions?

    Again, Germany and English sizes are fine, but Farsi is very very difficult to read! Please help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The only thing I can think of (maybe as a temporary solution) to wrap your Farsi posts in a div – and define a bigger font size for that div in the stylesheet.

    Thread Starter aliirani

    (@aliirani)

    moshu, can you expand on that a bit? You’re mroe than welcome to post to the blog! copy and paste some of the farsi text! ??

    It was just a quick thought, but maybe it’s worth to experiment with it.
    When starting to write a post in Farsi, start with something like:
    <div class="persian">
    AND WRITE HERE YOUR FARSI TEXT...
    </div>

    Now go to your stylesheet (style.css file in the default theme) and define:
    .persian {
    font-size: 1.2em;
    }

    – you can play with that 1.2 value until it looks like you want.

    Thread Starter aliirani

    (@aliirani)

    Moshu,

    AWESOME!! You suggestion works great! Makes my want to learn more about styles and php and all that good stuff ??

    Glad it worked for you. And btw, there is no “php magic” in this solution, just a bit of CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unique font problem, please help’ is closed to new replies.