1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

bugfix: add inter and roboto mono fonts

This commit is contained in:
Michael Shanks 2020-06-29 10:16:19 +01:00
parent 3692b92e5b
commit 2e576800c4
3 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
export default `<html>
<head>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono">
<style>
body, html {
height: 100%!important;

View file

@ -352,7 +352,6 @@ export const typography = [
"Inter",
"Lucida Sans Unicode",
"Open Sans",
"Playfair",
"Roboto",
"Roboto Mono",
"Times New Roman",

View file

@ -31,6 +31,9 @@
<link rel='stylesheet' href='/assets{{ pageStyle }}'>
{{ /if }}
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono">
<script src='/assets/clientFrontendDefinition.js'></script>
<script src='/assets/budibase-client.js'></script>