diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeffa5a2..724434a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.32...HEAD)
+### Changed
+ - Update font.jet to use cdn.shift72.com for fonts. Preload poppins faces to prevent unwanted pop-ins.
+
## [1.9.32](https://github.com/shift72/core-template/compare/1.9.31...1.9.32)
### Added
diff --git a/site/templates/application/head/font.jet b/site/templates/application/head/font.jet
index b2a0ff48..e9dc8a74 100644
--- a/site/templates/application/head/font.jet
+++ b/site/templates/application/head/font.jet
@@ -1,4 +1,6 @@
{{block font()}}
-
-
-{{end}}
\ No newline at end of file
+
+
+
+
+{{end}}