HTML/CSS: The text is displayed in a reduced font size in the Chrome browser. How to disable this reducing?
Please see the following code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> p { font-size: 16px; } </style> </head> <body> <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione eligendi optio sapiente cumque quidem ad…