_includes/styles/vendor.html in kcc-gem-theme-0.6.0 vs _includes/styles/vendor.html in kcc-gem-theme-0.6.1

- old
+ new

@@ -1,17 +1,11 @@ +<!-- CDN assets --> <!-- Preload slick font --> <link rel="preload" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/fonts/slick.woff" as="font" crossorigin="anonymous"> <!-- Bootstrap 4 Beta stylesheet CDN link --> <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> --> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <!-- Slick.js v1.8.1 stylesheet followed by slick-theme stylesheet --> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.css"/> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.min.css"/> -<!-- Typkit font for local nav's "FOUNDATION" header --> -<link rel="stylesheet" href="https://use.typekit.net/mli7lsm.css"> -<!-- Link to Google Font's "Roboto" font --> -<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900" rel="stylesheet"> -<!-- Link to Google Font's "Open Sans" font --> -<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> -<!-- Link to Google Font's "Oswald" font --> -<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600" rel="stylesheet"> -<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,500,700" rel="stylesheet"> +<!-- Fonts --> +{% include styles/fonts.html %}