Learn Basic String and Array Methods by Building a Music Player - Step 99

Tell us what’s happening:

This post is regarding the HTML used in this assignment.

I just wanted to ask that whose link has been provided in the link tag I don’t understand i.e
https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap

These kind of link have been given , I don’t understand what is the use of this link.

thanks

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region




// User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Learn Basic String and Array Methods by Building a Music Player - Step 99

It is a Google font.
You can find out more if you google: Google fonts

1 Like

OK that I understand but I want to know in this example of music player where the font was used to style the player.
thanks

line 15 of styles.css set the font as a variable, then everywhere that variable is used, that font is used

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.