Can I use custom weights? #660
Closed
lavinejames
started this conversation in
Ideas
Replies: 1 comment
-
Unfortunately our libraries based on SVG use the outlined versions, which means they do not retain the stroke information and can't just have the weight changed to an arbitrary value. I believe some browsers may be able to synthesize font weights using the Your best bet is to use the raw SVGs in our asset kit or Figma plugin/library, and resize them yourself. Sorry about that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
@rektdeckard There's a website I'm currently working on where I want to use Phosphor icons at very large sizes (around 200x200px), but keep the weight of the icons to roughly 1px. Is my only option to download and use the raw SVG, or is there a way I can use the
<i/>
tag approach and control the weight somehow?Thanks!
James
Beta Was this translation helpful? Give feedback.
All reactions