Skip to content

Commit

Permalink
Update notes.css
Browse files Browse the repository at this point in the history
notes.css will not use custom font anymore.
  • Loading branch information
bozso authored Jun 24, 2020
1 parent 398d870 commit de94963
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions css/notes.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/*<meta />*/
/*This stylesheet has styled boxes that are configured to use images*/

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.fbox {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -118,7 +116,6 @@ p {
}

.info:before, .success:before, .warning:before, .error:before {
font-family:FontAwesome;
font-style:normal;
font-weight:400;
speak:none;
Expand All @@ -136,19 +133,19 @@ p {
}

.info:before {
content:"\f05a";
content: 'Note:';
}

.success:before {
content:'\f00c';
content: 'Success';
}

.warning:before {
content:'\f071';
content: 'Warning';
}

.error:before {
content:'\f057';
content: 'Error';
}

.info {
Expand Down

0 comments on commit de94963

Please sign in to comment.