use garamond for article content
This commit is contained in:
parent
5acb57e0cd
commit
b629ccf003
@ -56,6 +56,11 @@
|
|||||||
so we have to use the :global(...) modifier to target
|
so we have to use the :global(...) modifier to target
|
||||||
all elements inside .content
|
all elements inside .content
|
||||||
*/
|
*/
|
||||||
|
:global(.article-content) {
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: 'EB Garamond';
|
||||||
|
}
|
||||||
|
|
||||||
.content :global(h2) {
|
.content :global(h2) {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
%sapper.base%
|
%sapper.base%
|
||||||
<link rel='stylesheet' href='global.css'>
|
<link rel='stylesheet' href='global.css'>
|
||||||
<link rel='icon' type='image/png' href='favicon.png'>
|
<link rel='icon' type='image/png' href='favicon.png'>
|
||||||
|
<link href='https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap' rel='stylesheet'>
|
||||||
%sapper.styles%
|
%sapper.styles%
|
||||||
%sapper.head%
|
%sapper.head%
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user