I am looking for three specific styles of Ubuntu font without having to download them.
To access these fonts, I inserted this link in the
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,700" rel="stylesheet">
According to Google's instructions, I should use the following CSS rules to specify these font families: font-family: 'Ubuntu', sans-serif;.
How can I utilize the Ubuntu Light and Ubuntu Bold fonts? It seems different from just using font-weight:bold
; or font-weight: 300
;.