DEV Community

prasadyeole03
prasadyeole03

Posted on

Applied Fonts looks different in ReactJS web application

I am using some font family(Futura Std, URW DIN) in the ReactJS project. but after applying these fonts its look different from than design

Current Result:
Current Result

Expected Result:
Expected Result

Current Applied CSS:

font-family: Futura Std;
font-size: 14px;
line-height: 16px;
letter-spacing: 1.59px;
text-transform: uppercase;
color: #5E9C9C;`
Enter fullscreen mode Exit fullscreen mode

Top comments (0)