mirror of https://github.com/grafana/grafana.git
Chore: remove preloading roboto font (#59664)
remove preloading roboto font
This commit is contained in:
parent
11a32bddbb
commit
2ac235eaff
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue