Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Suporte geral sobre problemas técnicos para OpenCart v3.x.
Avatar do usuário
Por reds
Mensagens Especiais Curtidas
#75039
Ola @MarcoBacelar

Basta alterar a chamada no stylesheet.css e o link da font no header.tpl do site.
Código: Selecionar todos
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700" rel="stylesheet" type="text/css" />
<link href="catalog/view/theme/default/stylesheet/stylesheet.css" rel="stylesheet">
Ao abrir o arquivo de stylesheet vai ter algo parecido
Código: Selecionar todos
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #666;
font-size: 12px;
line-height: 20px;
width: 100%;
}

Altere a família da fonte conforme você mudou no passo anterior.
:ugeek:
leandrocs gostou disso