expo / vector-icons

https://icons.expo.fyi
MIT License
647 stars 114 forks source link

How to use fonts with dynamic width? #162

Open DanielRamosAcosta opened 3 years ago

DanielRamosAcosta commented 3 years ago

We are using tabler icons at my project, which supports dynamic font weights. How could we use this feature with expo vector icons?

image image image

alexisthual commented 3 years ago

I guess you can simply set the font weight manually: <Feather name="link" size={24} style={{ fontWeight: "bold" }} />.

andreibahachenka commented 2 years ago

I guess you can simply set the font weight manually: <Feather name="link" size={24} style={{ fontWeight: "bold" }} />.

it doesn't work

DarlonHenrique commented 11 months ago

2023 and it keep open, ty @Expo

biskyy commented 3 months ago

any updates or possible fixes on this? accessibility settings(bold text) on android actually make icons bold and theres no way to override this setting with code. on ios this doesnt happen. what i've tried so far is: