mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Change title font from Nexa Bold to Poppins Semi-Bold
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<script>
|
||||
WebFont.load({
|
||||
google: {
|
||||
families: ['Raleway:400,600,700', 'Merriweather:300,300i,700,700i', 'Ubuntu+Mono:400,700', 'Poppins:700']
|
||||
families: ['Raleway:400,600,700', 'Merriweather:300,300i,700,700i', 'Ubuntu+Mono:400,700', 'Poppins:600']
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Raleway:400,600,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,700,700i" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:600" rel="stylesheet">
|
||||
</noscript>
|
||||
|
||||
{{ if .Site.Params.highlightjs }}
|
||||
|
Reference in New Issue
Block a user