fix for fonts in production
This commit is contained in:
parent
0b58985b38
commit
08894e91d6
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue