Fix grammar issue, import Poppins by default (thanks Monty!)

This commit is contained in:
Jip Fr
2020-10-05 22:42:01 +02:00
parent 887134c5a0
commit f7856be21b
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
},
{
"question": "Do you know when <feature/service> will be ready?",
"answer": "No. Lots of Pretendo's features/services are developed independently (for example, Miiverse may be worked on one dev while Accounts and Friends by another) and therefore we cannot give an overall ETA for how long this will take."
"answer": "No. Lots of Pretendo's features/services are developed independently (for example, Miiverse may be worked on by one developer while Accounts and Friends is being worked on by another) and therefore we cannot give an overall ETA for how long this will take."
},
{
"question": "Does Pretendo work on Cemu/emulators?",

View File

@@ -30,6 +30,8 @@
<link rel="stylesheet" href="/main.css">
<!-- favicon -->
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
</head>
<body>
{{{ body }}}