Skip to content

add pixelfed icon #18

@duub

Description

@duub

I've tried to add a new icon, but I didn't succeed, this are the steps I've followed:

  1. Create a new woff2 font importing the json with the icons and adding the new pixelfed icon.
  2. replace the font on assets/css/typeface/icon.css and icon-minimal.css
  3. add the line on both files:
    .icon.pixelfed:before {content: '\f3f1';}
  4. create the menu.footer with this code:
   [[menu.footer]]
    identifier = "pixelfed"
    name = "pixelfed"
    url = "https://example.com"
    pre = "pixelfed"

expecting result: the pixelfed icon

result obtained: instead of pixelfed it is showing an X

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions