Skip to content

Commit

Permalink
Add emoji font-family
Browse files Browse the repository at this point in the history
Now you can see colored icons instead of a black icon
  • Loading branch information
Jelle Kok committed Apr 17, 2016
1 parent 5207bac commit 95a131e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/protostar/css/template.css
Expand Up @@ -204,7 +204,7 @@ textarea {
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 13px;
line-height: 18px;
color: #333;
Expand Down
6 changes: 3 additions & 3 deletions templates/protostar/less/variables.less
Expand Up @@ -44,9 +44,9 @@

// Typography
// -------------------------
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
@sansFontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
@serifFontFamily: Georgia, "Times New Roman", Times, serif, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";

// > Joomla JUI
@baseFontSize: 13px;
Expand Down

0 comments on commit 95a131e

Please sign in to comment.