Carbon/src/sass/base.sass
Cadence Ember ad86c3b064
All checks were successful
continuous-integration/drone/push Build is passing
Fix all relative paths in built output
2020-10-21 00:26:46 +13:00

23 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