soames-gatsby-theme
Version:
A customizable Gatsby theme for personal websites using WordPress as a headless CMS.
24 lines (17 loc) • 331 B
CSS
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
body {
font-family: Rubik;
}
/*! Font-weight */
.soames-light {
font-weight: 300;
}
.soames-regular {
font-weight: 400;
}
.soames-semibold {
font-weight: 500;
}
.soames-bold {
font-weight: 700;
}