mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Nunito
This commit is contained in:
@@ -8,6 +8,7 @@ return [
|
||||
*/
|
||||
'fonts' => [
|
||||
'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',
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<div class="bg-21gray flex flex-col h-screen justify-between">
|
||||
<div class="bg-21gray">
|
||||
@googlefonts('article')
|
||||
<div class="bg-21gray font-article">
|
||||
<div class="mx-auto max-w-screen-2xl py-4 px-6 lg:px-8 overflow-hidden">
|
||||
<div class="flex items-center justify-end">
|
||||
@if($libraryItem->type === 'markdown_article')
|
||||
|
||||
@@ -99,6 +99,10 @@ module.exports = {
|
||||
'Inconsolata',
|
||||
...defaultTheme.fontFamily.mono
|
||||
],
|
||||
article: [
|
||||
'Nunito',
|
||||
...defaultTheme.fontFamily.sans
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user