Observe a realidade tal como É. Assim terás força e capacidade de ação!
Shopping cart icon 0 Search icon Toc toc

Fonts

The font files are stored in the ‘/static/fonts/’ directory of the theme. The font definitions can be found in ‘fonts.css’ in ‘/static/css/fonts.css’. Changing this file will change the fonts in your whole website. This file looks like this:

@font-face {
    font-display: swap;
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/signika-v20-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/heebo-v21-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/heebo-v21-latin-600.woff2') format('woff2');
}

:root {
    --fontTitles: 'Signika', sans-serif;
    --fontBody: 'Heebo', sans-serif;
}

@font-face {
    font-display: swap;
    font-family: 'DTWB';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/DTWB.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'RCF';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/RCF.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'F-MR';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/F-Medium-Regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'F-BR';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/F-Bold-Regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'cvx';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/cvx.woff2') format('woff2');
}
:root {
    --fontTitles: 'DTWB';
    --fontSubTitles: 'RCF';
    --fontBody: 'F-BR', 'F-MR', sans-serif;
    --fontLogo: 'cvx';
}

Vamos fazer algo juntos!

Na busca por querer fazer exatamente aquilo que queremos fazer, com liberdade para ser, podemos nos surpreender com as circuntâncias da vida e fazer bons projetos.

Contate-nos!