Multiple font families

PHOTO EMBED

Sat Dec 14 2024 03:35:17 GMT+0000 (Coordinated Universal Time)

Saved by @mohsenkoushki #css ##typography ##api

<link rel="stylesheet" href="https://fonts.googleapis.com/css family="Font+Name|FontName|FontName">

<!--this is resource url - https://fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans-->
                                                                                                  
content_copyCOPY

To request multiple font families, separate the names with a pipe character (|). For example, to request the fonts Tangerine, Inconsolata, and Droid Sans: #### notice: The Google Fonts API provides the regular version of the requested fonts by default. To request other styles or weights, append a colon (:) to the name of the font, followed by a list of styles or weights separated by commas (,). #### Example https://fonts.googleapis.com/css?family=Tangerine:bold,bolditalic|Inconsolata:italic|Droid+Sans Kufam: