noble/resources/sass/_typography.scss
2023-05-16 15:54:23 +03:00

13 lines
204 B
SCSS
Executable File

// Typography
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
// Social colors
@each $color, $value in $social-colors {
.text-#{$color} {
color: $value;
}
}