html - Importing multiple google fonts at once -


every time in project, if i've import multiple google fonts, i've this:

    <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=raleway">     <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=roboto"> 

is there better way it, won't have use multiple link tags?

if multiple links work fine alright use them other way via css , mean copying data documents


Comments