Multiple font families
Sat Dec 14 2024 03:35:17 GMT+0000 (Coordinated Universal Time)
Saved by @mohsenkoushki #css ##typography ##api
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:
Comments