File size: 327 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
@import "@automattic/typography/styles/fonts";
@import "@automattic/typography/styles/variables";
@import "./mixins/breakpoints";
$signup-sans: "Noto Sans", $sans;
%content-font {
font-family: $serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--color-text);
}
|