Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #287362

    Dear Enfold and web people :)

    When i use the following command in the quick css:

    h1,h4 { font-family: ‘lookmedia-font-1000’;

    (With the font defined in custom.css true a face-font code.:

    /* General Custom CSS */
    @font-face {
        font-family: 'lookmedia-font-1000';
        src: url('lookmedia-font-1000.eot');
        src: url('lookmedia-font-1000.eot?#iefix') format('embedded-opentype'),
             url('lookmedia-font-1000.woff') format('woff'),
             url('lookmedia-font-1000.ttf') format('truetype'),
             url('lookmedia-font-1000.svglookmedia-font-1000') format('svg');
        font-weight: normal;
        font-style: normal;
    
    }

    The Advance styling editor stops working. It ignors my H3 setting for examle (font)

    Some one got a clue?

    #287381

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #287475
    #287549

    You have a missing closing bracket here:

    h1,h4 { font-family: 'lookmedia-font-1000'; 
    
    #287865

    The weird thing is that when i close is like this

    h1 { font-family: 'lookmedia-font-1000'; }

    The Font i am trying to use (lookmedia-font-1000) stops working…

    But same you time.. i fine now with one of the default fonts :)

    tnx!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Font editor’ is closed to new replies.