Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Broken fonts in last update

$
0
0

Replies: 1

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 25 minutes ago by weegas.

Viewing all articles
Browse latest Browse all 59525

Trending Articles