pratibhamantur / ncbs-25_website

MIT License
0 stars 2 forks source link

The Roboto font is not working #16

Closed salus-sage closed 7 years ago

salus-sage commented 7 years ago

You should import the font in html head tag for the font to work. CSS: HTML element to have font-family: roboto, sans-serif; Refer: https://fonts.google.com/specimen/Roboto?selection.family=Roboto:400,500,700

salus-sage commented 7 years ago

import the roboto font in html link tag instead of css import.

salus-sage commented 7 years ago

issue fixed