Carbon/src/sass/base.sass

24 lines
443 B
Sass

@mixin import-whitney($weight)
@font-face
font-family: Whitney
font-weight: $weight
src: url(relative("/assets/fonts/whitney-" + $weight + ".woff")) format("woff2")
+import-whitney(400)
+import-whitney(500)
body
font-family: sans-serif
background-color: #36393e
color: #ddd
font-size: 16px
font-family: Whitney
line-height: 1.45
margin: 0
height: 100vh
font-weight: 400
.main
height: 100vh
display: flex