diff --git a/CHANGELOG.md b/CHANGELOG.md
index bab3468..2525350 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+> v1.4.1
+
+- Change title font from Nexa Bold to Poppins Bold
+
> v1.4.0
- Add PR #48 : Fix the default archetype
diff --git a/README.md b/README.md
index 0e194c1..68cf4a5 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ A demo is available [here](https://themes.gohugo.io/theme/cocoa-eh-hugo-theme/).
The **typography** is what makes Cocoa-EH look cool. The fonts used are:
-* *Nexa Bold* for the blog name, a strong and opinionated font
+* *Poppins Bold* for the blog name, a strong and opinionated font
* *Raleway* for the titles, light but clearly visible
* *Merriweather* for the text, an awesome sans serif font to read without difficulties
* *Ubuntu Mono* for the code
diff --git a/layouts/partials/css/main.css b/layouts/partials/css/main.css
index 2d2a7ca..96e87ab 100644
--- a/layouts/partials/css/main.css
+++ b/layouts/partials/css/main.css
@@ -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 }}
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index d45776b..08d8b64 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -3,7 +3,7 @@
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 0fe88a4..4fde9db 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -14,6 +14,7 @@
+
{{ if .Site.Params.highlightjs }}
diff --git a/static/fonts/Nexa Bold.otf b/static/fonts/Nexa Bold.otf
deleted file mode 100644
index e188cd9..0000000
Binary files a/static/fonts/Nexa Bold.otf and /dev/null differ