+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: how can i change font type?

  1. #1

    how can i change font type?

    how can i change font type? i'm using general simple !

  2. #2
    Hello Faraj,

    Do you mean font name?
    Open file: ftp://templates>>general_simple>>css>>style.css in 2-nd line you can find: '@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');' change font family
    then at line ~13 find line: font-family: 'Source Sans Pro', sans-serif;
    you should change it too.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    here's what have found !!

    @import url('bootstrap.css');

    /*** COMMON STYLES ***/
    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('SourceSansPro-Light.ttf') format('woff');
    }
    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro'), url('SourceSansPro-Regular.ttf') format('woff');
    }
    @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro'), local('SourceSansPro-Semibold'), url('SourceSansPro-Semibold.ttf') format('woff');

  4. #4
    Hello Faraj,

    What a font do you want to use on your site?
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Junior Member
    Join Date
    Jan 2013
    Location
    kuwait
    Posts
    18
    body {
    margin: 0 auto;
    font-size: 16px;
    color: #444444;
    font-family: 'Droid Arabic Kufi', serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    }

    font-family: 'Droid Arabic Kufi', serif; تغيير اسم الخط المراد الي بين ''

    وتضيف في اول صفحة style.css
    Code:
    Only registered members can view the code.
    here all font
    https://fonts.google.com/

  6. #6
    i've done these changes to style.css but nothing has changed... still same font !

    Code:
    Only registered members can view the code.

  7. #7
    Junior Member
    Join Date
    Jan 2013
    Location
    kuwait
    Posts
    18
    جرب تمسح
    Code:
    Only registered members can view the code.
    وجرب

  8. #8
    Hello Faisal,

    Yes that's right and then on next line in styles for 'body' you should use your new font - Amiri.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Dear Viktor


    where i can from change the font character size in the ad details ?

  10. #10
    Hello Ercan,

    What a text do you want to change? Because exist many places with text on the details page.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread