mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Karla
This commit is contained in:
@@ -8,7 +8,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
'fonts' => [
|
'fonts' => [
|
||||||
'default' => 'https://fonts.googleapis.com/css2?family=Inconsolata:ital,wght@0,400;0,700;1,400;1,700',
|
'default' => 'https://fonts.googleapis.com/css2?family=Inconsolata:ital,wght@0,400;0,700;1,400;1,700',
|
||||||
'article' => 'https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700',
|
'article' => 'https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ module.exports = {
|
|||||||
...defaultTheme.fontFamily.mono
|
...defaultTheme.fontFamily.mono
|
||||||
],
|
],
|
||||||
article: [
|
article: [
|
||||||
'Nunito',
|
'Karla',
|
||||||
...defaultTheme.fontFamily.sans
|
...defaultTheme.fontFamily.sans
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user