| @@ -56,11 +56,11 @@ | ||
| 56 | 56 | .pen-textarea{display:block;background:#f8f8f8;padding:20px;} |
| 57 | 57 | .pen textarea{font-size:14px;border:none;background:none;width:100%;_height:200px;min-height:200px;resize:none;} |
| 58 | 58 | |
| 59 | 59 | .pen-menu [class^="icon-"]:before, .pen-menu [class*=" icon-"]:before { |
| 60 | - font-family: "fontawesome"; | |
| 60 | + font-family: "Font Awesome 5 Free"; | |
| 61 | 61 | font-style: normal; |
| 62 | - font-weight: normal; | |
| 62 | + font-weight: 900; | |
| 63 | 63 | speak: none; |
| 64 | 64 | display: inline-block; |
| 65 | 65 | text-decoration: inherit; |
| 66 | 66 | width: 1em; |
| @@ -85,8 +85,9 @@ | ||
| 85 | 85 | .pen-menu .icon-fullscreen:before { content: '\e80e'; } /* '' */ |
| 86 | 86 | .pen-menu .icon-insertunorderedlist:before { content: '\e802'; } /* '' */ |
| 87 | 87 | .pen-menu .icon-insertorderedlist:before { content: '\e803'; } /* '' */ |
| 88 | 88 | .pen-menu .icon-strikethrough:before { content: "\f0cc"; } /* '' */ |
| 89 | +.pen-menu .icon-strike:before { content: "\f0cc"; } /* '' */ | |
| 89 | 90 | .pen-menu .icon-underline:before { content: "\f0cd"; } /* '' */ |
| 90 | 91 | .pen-menu .icon-blockquote:before { content: '\e814'; } /* '' */ |
| 91 | 92 | .pen-menu .icon-undo:before { content: '\e817'; } /* '' */ |
| 92 | 93 | .pen-menu .icon-code:before { content: '\e816'; } /* '' */ |