Issue / Question regarding test results with Google Fonts

Good Morning,
I am running some test using the interface and am seeing that it throws an error regarding the standard format as outlined by Google for utilizing two or more Google fonts in one's web page.
If you navigate to Google Fonts

  
|  
|  
|  
|   |    |

  |

  |
|  
|    |  
Google Fonts
 Making the web more beautiful, fast, and open through great typography  |   |

  |

  |

 
select two or more fonts.  Google provides the standard format to use their fonts on one's web page.
For the purpose of this example I arbitrarily select Open Sans and Oswald.
In the instruction set, google displays how they want the string passed to them in the page's header..

<link href="https://fonts.googleapis.com/css?family=Open+Sans|Oswald" rel="stylesheet"> 

The app returns:   
   - Error: Bad value https://fonts.googleapis.com/css?family=Bilbo|Italianno|Rock+Salt for attribute href on element link: Illegal character in query: | is not allowed.From line 30, column 3; to line 30, column 100css'/> ↩ <link href='https://fonts.googleapis.com/css?family=Bilbo|Italianno|Rock+Salt' rel='stylesheet' /> ↩ <l
   - Error: Bad value https://fonts.googleapis.com/css?family=Bilbo|Italianno|Rock+Salt for attribute href on element link: Illegal character in query: | is not allowed.From line 30, column 3; to line 30, column 110css'/> ↩ <link href='https://fonts.googleapis.com/css?family=Bilbo&#124;Italianno&#124;Rock+Salt' rel='stylesheet' /> ↩ <l

Can you let me know if this is a true error and the proper way to pass this?
Thank YouJohanna

Received on Monday, 30 January 2017 03:18:21 UTC