Change title font from Nexa Bold to Poppins Semi-Bold

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

View File

@@ -3,7 +3,7 @@
<script>
WebFont.load({
google: {
families: ['Raleway:400,600,700', 'Merriweather:300,300i,700,700i', 'Ubuntu+Mono:400,700']
families: ['Raleway:400,600,700', 'Merriweather:300,300i,700,700i', 'Ubuntu+Mono:400,700', 'Poppins:600']
}
});
</script>