add font-awesome and font loading support

This commit is contained in:
2017-01-31 18:43:14 -07:00
parent 02846dbcdc
commit 21791ec25b
4 changed files with 18 additions and 2 deletions

View File

@@ -26,6 +26,10 @@
<style lang="sass">
@import './styles/palette'
// @import '~bulma'
@import '~bulma/sass/utilities/_all'
@import '~bulma/sass/base/_all'
</style>
@import '~font-awesome/css/font-awesome.css';
</style>