You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
312 B
Sass
20 lines
312 B
Sass
@import "./style/colors.sass"
|
|
@import "./style/layout.sass"
|
|
@import "./style/elements.sass"
|
|
|
|
@font-face
|
|
font-family: ubuntuL
|
|
src: url(/Ubuntu-L.ttf)
|
|
|
|
@font-face
|
|
font-family: ubuntuR
|
|
src: url(/Ubuntu-R.ttf)
|
|
|
|
@font-face
|
|
font-family: ubuntuMono
|
|
src: url(/UbuntuMono-R.ttf)
|
|
|
|
|
|
|
|
body
|
|
font-family: ubuntuL |