1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

fix for fonts in production

This commit is contained in:
Martin McKeaveney 2023-06-14 18:48:44 +01:00
parent 0b58985b38
commit 08894e91d6

View file

@ -5,10 +5,10 @@
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Budibase</title>
<link href="/fonts/source-sans-pro/400.css" rel="stylesheet" />
<link href="/fonts/source-sans-pro/600.css" rel="stylesheet" />
<link href="/fonts/source-sans-pro/700.css" rel="stylesheet" />
<link href="/fonts/remixicon.css" rel="stylesheet" />
<link href="/builder/fonts/source-sans-pro/400.css" rel="stylesheet" />
<link href="/builder/fonts/source-sans-pro/600.css" rel="stylesheet" />
<link href="/builder/fonts/source-sans-pro/700.css" rel="stylesheet" />
<link href="/builder/fonts/remixicon.css" rel="stylesheet" />
</head>
<body id="app">