K
K
k-22018-05-19 18:45:10
css
k-2, 2018-05-19 18:45:10

How to change css font size?

I registered the font for all tags, but the size of the new font is smaller than the standard one.
It takes too long to register new sizes for each element on the entire site.
Is there a way to change the size of the new font? To increase it on all elements, for example 1.5 times
body,a,span,div {
font-family: 'Monotype Corsiva', cursive !important;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Sevirinov, 2018-05-19
@sevirinov

html,
body {
  font-size: 150%;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question