Add theme assets;
This commit is contained in:
13
public/assets/scss/common/_typography.scss
Normal file
13
public/assets/scss/common/_typography.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
// Typography
|
||||
|
||||
body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
// Social colors
|
||||
@each $color, $value in $social-colors {
|
||||
.text-#{$color} {
|
||||
color: $value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user