Hello there, I have a problem with this
https://www.codecademy.com/courses/learn-html-css/lessons/css-fonts/exercises/more-fonts
I’m stuck at fonts, at 5. More fonts
I Added Roboto font, and it doesn’t want to accept it …
Idk where is the problem ?
h2 {
font-family:Roboto,sans-serif;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.5);
font-weight: 100;
font-size: 22px;
line-height: 24px;
padding-bottom: 30px;
text-align: left;
width: 70%;
}
p {
line-height:1.7em;
font-size:20px;
font-family:Roboto,sans-serif;
color: AliceBlue;
line-height: 1em;
text-align: left;
width: 100%;
}