@@ -2,38 +2,43 @@ const helpers = require('./helpers')
22const  fonts  =  { 
33  mdi : { 
44    package : { 
5-       '@mdi/font' : 'latest ' , 
5+       '@mdi/font' : '5.9.55 ' , 
66    } , 
77    import : '@mdi/font/css/materialdesignicons.css' , 
8-     link : '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">' , 
8+     link :
9+       '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">' , 
910  } , 
1011  md : { 
1112    package : { 
1213      'material-design-icons-iconfont' : 'latest' , 
1314    } , 
1415    import : 'material-design-icons-iconfont/dist/material-design-icons.css' , 
15-     link : '<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">' , 
16+     link :
17+       '<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons">' , 
1618  } , 
1719  fa : { 
1820    package : { 
1921      '@fortawesome/fontawesome-free' : 'latest' , 
2022    } , 
2123    import : '@fortawesome/fontawesome-free/css/all.css' , 
22-     link : '<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">' , 
24+     link :
25+       '<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">' , 
2326  } , 
2427  fa4 : { 
2528    package : { 
2629      'font-awesome' : 'latest' , 
2730    } , 
2831    import : 'font-awesome/css/font-awesome.css' , 
29-     link : 
'<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected] /css/font-awesome.min.css">' ,  32+     link :
33+       '<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected] /css/font-awesome.min.css">' ,  3034  } , 
3135  roboto : { 
3236    package : { 
3337      'roboto-fontface' : '*' , 
3438    } , 
3539    import : 'roboto-fontface/css/roboto/roboto-fontface.css' , 
36-     link : '<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">' , 
40+     link :
41+       '<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">' , 
3742  } , 
3843} 
3944
0 commit comments