Skip to content

Commit

Permalink
Ensure that FontAwesome is used for fa elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Sep 20, 2017
1 parent 053bce2 commit 2ecd4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@import url('https://fonts.googleapis.com/css?family=Anton|Droid+Sans+Mono|Lato');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

.fa {
font-family: FontAwesome !important;
}

html,
body {
-webkit-user-select: none;
Expand Down
1 change: 0 additions & 1 deletion src/Styles.elm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ stylesheet device =
, Color.background colors.defaultButton
, Border.rounded 10
, Font.size fonts.extraSmall
, Font.typeface [ "FontAwesome" ]
, hover
[ Color.background colors.defaultButtonHover
]
Expand Down

0 comments on commit 2ecd4ff

Please sign in to comment.