S
S
SergKov2016-02-10 12:55:57
HTML
SergKov, 2016-02-10 12:55:57

A bug in ie11 or a bug in the code?

In ie11 and below (in emulation mode) I observe the following picture:
54415f0a31fa488fa0a29145058ab2c7.jpg
Now in FireFox and so on:
dc0bd2fcc72d444da8ea85f13c53a662.jpg

<!DOCTYPE html>
<html lang="en">
<head>
    <title></title>
    <meta charset="UTF-8">
    <meta name="viewport" content="">
    <meta name="keywords" content="">
    <meta name="description" content="">
    <link rel="stylesheet" href="css/styles.css">
</head>
<body>

    <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
    
</body>
</html>

UPD
The problem is in the way the font works with ie. So far, it has not been possible to find affordable solutions, the best option is to replace it with another one.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
khipster, 2016-02-10
@khipster

Most likely a CSS error.

G
GreatRash, 2016-02-10
@GreatRash

This is exactly why CSS resets are evil. At least downloaded from somewhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question