Geeklog-Core / geeklog

Geeklog - The Secure CMS.
https://www.geeklog.net
24 stars 19 forks source link

Add color version of UTF8mb4 icons #787

Closed eSilverStrike closed 6 years ago

eSilverStrike commented 7 years ago

UTF-8mb4 Icons/emoji's can be displayed in colors like 😁, ❤ and 😊.

We need to update the fonts that the themes denim and modern curve are using (below may need changing I am not sure what the other fonts we are using)

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol";
}
eSilverStrike commented 6 years ago

Added changes to custom LTR css custom file only as per @dengenxp instructions. Changes still need to be added to the css source files.

Once that has been done and the css changes have been complied from the source this feature can be closed.

mystralkk commented 6 years ago

Modified a Stylus file and compiled into CSS files with changeset 3c2ae63.