N
N
Nik2762014-04-05 21:09:15
Fonts
Nik276, 2014-04-05 21:09:15

The site running WP does not display italics, indexes and exponentiations. How to fix?

Website powered by WordPress. In the visual editor, it shows as it should, but when publishing, italics, indices and numbers raised to a power are not displayed. I understand that you need to change the font? If so, how to replace and with what (popular). Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri Lobanov, 2014-04-05
@iiil

I understand that you need to give the job to a professional with such questions.

D
DenysGSM, 2016-08-09
@DenysGSM

Open the file reset.css find the line

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%
font-family: inherit;
vertical-align: baseline;
}

From below we add
em {
font-style: italic;
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question