✎CSS
Wraptas:https://app.wraptas.com/__
「サイトデザイン編集」より
追加CSS
.page {
font-family: "Noto Sans JP", "Helvetica Neue", Arial,
"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.coverImage {
height: auto;
max-width: 800px;
}
.container {
max-width: 100%;
padding: 0;
}
.contents {
padding: 75px 1em 1em;
max-width: 800px;
margin: 0 auto;
}
.notion-full-width
.contents {
max-width: 85%;
}
.footer {
background-color: #eee;
padding: 1em;
}
.footer__contentsWrapper {
max-width: 800px;
margin: 0 auto;
}
.notion-teal{
color:#51BEC1;
}
[data-block-id="c23cacb9-dddd-47fd-96b8-22c3fb9802de"]{
color:#51BEC1;
}
[data-block-id="e6c88d2f-0ebf-48f2-9858-de85693de1eb"]{
color:#51BEC1;
}
.page-member {
[data-block-id="6a03ada3bb394cf7a785ad7c9d0e57a0"]{
color:#51BEC1;
font-size: 20px;
font-family: "Yellowtail";
}
[data-block-id="0f6a3036ef6d49d8853ae139700fb3dd"]{
color:#51BEC1;
font-size: 20px;
font-family: "Yellowtail";
}}
[data-block-id="d19e3bd78156489c97b2d28e27c0d6cb"] {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.notion-collection-view-search {
display:none;
}
background-size: cover;
}
HTML直接追記(headタグ)
<link href="https://fonts.googleapis.com/css2?family=Yellowtail&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100061440-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100061440-1');
</script>
HTML直接追記(bodyタグ)
**空白**