E
E
Egor2015-02-24 13:28:25
css
Egor, 2015-02-24 13:28:25

Different font size website/mobile/tablet?

There was a question here:
how to make the font in the mobile version of the site different in size from the site on the computer?
The site is not responsive, this feature is disabled. It's been a question for a week now

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Korablev, 2015-02-24
@swipeshot

Use

<meta name=viewport content="width=device-width, initial-scale=1">
. Why increase the font size?

A
Alexander, 2015-02-24
@lebonnet

on what basis do you want to determine the tablet is a mobile phone or a computer?
screen size or OS?

M
mobileman, 2015-03-04
@mobilman

@media only screen and (max-width: 767px) {
  .class {font-size:10000px}
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question