diff --git a/index.twig b/index.twig index ffc2a8a..93de143 100644 --- a/index.twig +++ b/index.twig @@ -32,6 +32,8 @@ .zoom { transition: transform .2s; } .zoom:hover { transform: scale(1.1); } + + h1 { font-family: 'Roboto'; font-weight: bold; font-style: italic; }