Printing does not allow font change by CSS

Asked

Viewed 104 times

0

Imagem

HTML:

    <div class="conteudotopo">
        <div class="container-logo">
            <img src="VX_LOGOTIPO"  height="30" />
        </div>
        <p>NF: 112233</p>
        <!-- <p>Pedido: 0</p> -->
    </div>

CSS:

.conteudotopo{
margin: 2px;
flex: 1;
height:25mm;
font-size: 26px;
}

You can see in "NF: 112233" that even with font-size: 26px, the font size is not changed. I have to use Chrome

  • tried to apply the inline style to your tag? I think so will.

  • 1

    Thanks @Eliseub. Problem solved

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.