Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How to use fontawesome's icons to give a name to bookmark directories: https://www.reddit.com/r/firefox/comments/ftnk9n/icons_from_fontawesome/ ?

  • 1 trả lời
  • 1 gặp vấn đề này
  • 16 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

To organize my bookmarks, I gathered them in several directories. But string names prevent these directories to all show even in a full-screen window. Is there a way to use fontawesome.com icons?

To organize my bookmarks, I gathered them in several directories. But string names prevent these directories to all show even in a full-screen window. Is there a way to use fontawesome.com icons?
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

Downloadable icon fonts like Font Awesome use code points in the PUA range (E000-F8FF), so I don't think that it is possible to use them in the name of a bookmark. If they are meant for folders then you can possibly convert them to an image and then use this image instead of the folder icon. On the Bookmarks Toolbar you can use code in userChrome.css to modify the folder icon (the sidebar uses treechildren and you can't use a selector for individual bookmarks).

Another possibility is to use code in userChrome.css for a multi-row Bookmarks Toolbar.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

Downloadable icon fonts like Font Awesome use code points in the PUA range (E000-F8FF), so I don't think that it is possible to use them in the name of a bookmark. If they are meant for folders then you can possibly convert them to an image and then use this image instead of the folder icon. On the Bookmarks Toolbar you can use code in userChrome.css to modify the folder icon (the sidebar uses treechildren and you can't use a selector for individual bookmarks).

Another possibility is to use code in userChrome.css for a multi-row Bookmarks Toolbar.