googlefonts / roboto-2

The Roboto family of fonts
Apache License 2.0
3.85k stars 309 forks source link

Fontname is equal for Roboto-Regular and Roboto-Bold #316

Open ghost opened 5 years ago

ghost commented 5 years ago

Hey, we want to use this font in a WPF App. In WPF you reference fonts by it´s name and not it´s filename. https://stackoverflow.com/questions/6453640/how-to-include-external-font-in-wpf-application-without-installing-it/22669818

So in Roboto the name for Roboto-Bold.ttf and Roboto-Regular.ttf is the same. See also attachment. grafik

What can we do to fix this and use the bold and regular font in our WPF app?