0
How to write a line in Ubuntu Font
See the codes, I am trying to <h3> in Ubuntu Font I tried this {font-family: 'Ubuntu', san-serif} it didn't work and this too in <head> section <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> it also didnt work. You can edit in my code and explain me. https://code.sololearn.com/WgCJzUaAs41b/?ref=app
2 ответов
+ 8
sans-serif - is the right word.
https://fonts.google.com/selection?query=Ubunt&selection.family=Ubuntu
https://code.sololearn.com/WwaC08P2y5er/?ref=app
+ 2
wow thank you dev
never noticed that.