Typography
Learn how to customize Space typography.
With SASS:
-
Use the
$font-family-base
attribute as our typographic base applied to the<body>
in_variables.scss
file to change the current font family variable with yours. -
Add your font stylesheet into the
<head>
before all other stylesheets. Like:
With CSS:
-
Simply replace the font family
font-family
from<body>
inspace.css
tag with yours. -
Add your font stylesheet into the
<head>
before all other stylesheets. Like: