replaces font-awesome with the learning star

This commit is contained in:
Ashley Blewer 2016-01-07 19:38:27 -05:00
parent 7d7f2e0c69
commit b5cfec3a8d
3 changed files with 1 additions and 6 deletions

View File

@ -42,7 +42,7 @@ div {
transition-duration: 0.3s;
}
.btn:before {
content: "\f1c8";
content: "💫";
position: absolute;
left: 1em;
padding: 0 1px;

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,6 @@
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/css.css">