• Resolved weegas

    (@weegas)


    My additional CSS fonts does only work on my phone after last noto-simple update. On my computer, the font looks like comic sans ms…. Is it possible to revert to the previous version of noto? Or could you/someone please solve the problem for me? Appreciated!

    My code:

    1
    body{
    2
    font-family: ‘Gabriola’;
    3
    font-family: ‘Viaoda Libre’, cursive;
    4
    }
    5
    ?
    6
    .entry-content p, .entry-summary p, .comment-content p, .mu_register p{
    7
    font-size: 25px;
    8
    line-height: 40px;
    9
    }
    10
    ?
    11
    .entry-content h1, .comment-content h1, .mu_register h1, .entry-header h1 {
    12
    font-size: 30px;
    13
    line-height: 0px;
    14
    margin-bottom: -30px;
    15
    }
    16
    ?
    17
    .entry-content h2, .comment-content h2, .mu_register h2{
    18
    font-size: 25px;;
    19
    line-height: 0px;
    20
    margin-top: 40px;
    21
    }
    22
    ?
    23
    .site-title{
    24
    font-size: 30px;
    25
    line-height: 0px;
    26
    font-family: ‘Parisienne’, cursive;
    27
    }
    28
    ?
    29
    .site-description{
    30
    font-size: 22px;
    31
    line-height: 55px;
    32
    margin-bottom: 0px;
    33
    font-family: ‘Parisienne’, cursive;
    34
    }
    35
    ?
    36
    .header-image {
    37
    line-height: 0px;
    38
    }
    39
    ?
    40
    .menu-hovedmeny-container {
    41
    margin-bottom: -80px;
    42
    font-size: 20px;
    43
    }

    • This topic was modified 4 years, 6 months ago by weegas.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter weegas

    (@weegas)

    Or… I misclicked re-install wordpress 5.5. Maybe I had uploaded fonts that disappered with the reinstall? I can’t remember which font package I uploaded to which folder to get it to work. Any ideas?

    Thread Starter weegas

    (@weegas)

    ah.. I remember.. I had this in one of my php-files.

    <link href="https://fonts.googleapis.com/css2?family=Parisienne&family=Viaoda+Libre&display=swap" rel="stylesheet">

    and now it’s probably gone. Can’t remember which file. anyone?

    • This reply was modified 4 years, 6 months ago by weegas.
    Thread Starter weegas

    (@weegas)

    header.php ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broken fonts in last update’ is closed to new replies.