Skip to content

Commit

Permalink
removed font-awesome, added dosis
Browse files Browse the repository at this point in the history
removed links to font-awesome and added link to dosis and font-family of dosis
  • Loading branch information
Nick Guggenbuehl authored Apr 23, 2017
1 parent 52659b3 commit 6516adb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Dosis+Pro:300italic,600italic,300,600");
<style>
@import url('https://fonts.googleapis.com/css?family=Dosis');
</style>

/*
Dimension by HTML5 UP
Expand Down Expand Up @@ -408,7 +409,7 @@
.select-wrapper:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-family: Dosis, sans-serif;
font-style: normal;
font-weight: normal;
text-transform: none !important;
Expand Down Expand Up @@ -479,7 +480,7 @@
input[type="radio"] + label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-family: Dosis, sans-serif;
font-style: normal;
font-weight: normal;
text-transform: none !important;
Expand Down Expand Up @@ -584,7 +585,7 @@
.icon:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-family: Dosis, sans-serif;
font-style: normal;
font-weight: normal;
text-transform: none !important;
Expand Down

0 comments on commit 6516adb

Please sign in to comment.