diff --git a/styles/hench.css b/styles/hench.css index 7ecc0a8..6e3f443 100644 --- a/styles/hench.css +++ b/styles/hench.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); + /* Color tags */ .hench-white { background-color: #FFFFFF; @@ -24,6 +26,11 @@ color: #FFFFFF; } +/* Font */ +.hench-sheet-container { + font-family: 'Oswald'; +} + /* Flexbox */ .hench-row { display: flex;