Chore: remove preloading roboto font (#59664)

remove preloading roboto font
This commit is contained in:
Ashley Harrison 2022-12-02 09:30:47 +00:00 committed by GitHub
parent 11a32bddbb
commit 2ac235eaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,6 @@
<base href="[[.AppSubUrl]]/" />
<link
rel="preload"
href="[[.ContentDeliveryURL]]public/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2"
as="font"
crossorigin
/>
<link rel="icon" type="image/png" href="[[.FavIcon]]" />
<link rel="apple-touch-icon" sizes="180x180" href="[[.AppleTouchIcon]]" />
<link rel="mask-icon" href="[[.ContentDeliveryURL]]public/img/grafana_mask_icon.svg" color="#F05A28" />