Change title font from Nexa Bold to Poppins Bold

This commit is contained in:
2025-02-13 23:10:36 +01:00
parent 038d6623a0
commit c9bc12f648
6 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,3 @@
@font-face {
font-family: 'Nexa Bold';
src: url('{{ .Site.BaseURL }}fonts/Nexa Bold.otf');
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
@@ -167,7 +162,7 @@ div.header .container .logo {
div.header .name {
padding-top: 20px;
font-size: 28px;
font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif;
font-family: 'Poppins', 'Helvetica Neue', 'Arial', sans-serif;
letter-spacing: -0.005rem;
{{ if isset .Site.Params "titlestyle" }}
{{ if in "capitalize uppercase lowercase none full-width" .Site.Params.titlestyle }}