P
P
Pavel Teplyansky2015-12-03 13:24:16
Google Chrome
Pavel Teplyansky, 2015-12-03 13:24:16

How can I make the font in chrome have the same size as in other browsers?

How can I make the font in chrome have the same size as in other browsers? A friend on chrome and firefox has the same font size. Just reinstalling chrome didn't help. Scale in all browsers is set to 100%.
d24df08c32a14efc9cf6d38c628d0cfe.png
Here's the CSS for anyone interested:

@font-face {
    font-family: "Coco Gothic";
    src: url(../fonts/coco-light.ttf);
}

.pt-page-1 p {
    font-family: "Coco Gothic";
    color: white;
    font-weight: 400;
    font-size: 100px;
    text-transform: none;
    word-spacing: 0;
    letter-spacing: 0;
    display: block;
}

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Petrenko, 2015-12-03
@Igor_Petrenko

Visually, the page appears to have a larger scale in Firefox. Anyway.
Can you see the style of this font?

F
Farrukh, 2015-12-03
Kholmukhamedov @kholmukhamedovme

Reset.css usually helped me - meyerweb.com/eric/tools/css/reset

A
Archakov Dennis, 2015-12-03
@archakov06

Convert font with any utility

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question