Skip to content

Commit

Permalink
fix: font family fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jul 9, 2020
1 parent b9e91fb commit 59ae7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ module.exports = async (req, res) => {
res.send(`
<svg width="495" height="130" viewBox="0 0 495 130" fill="none" xmlns="http://www.w3.org/2000/svg">
<style>
.header { font: 600 18px 'Segoe UI'; fill: #2F80ED }
.stat { font: 600 14px 'Segoe UI'; fill: #333 }
.header { font: 600 18px 'Segoe UI', Ubuntu, Sans-Serif; fill: #2F80ED }
.stat { font: 600 14px 'Segoe UI', Ubuntu, Sans-Serif; fill: #333 }
.bold { font-weight: 700 }
</style>
<rect x="0.5" y="0.5" width="494" height="99%" rx="4.5" fill="#FFFEFE" stroke="#E4E2E2"/>
Expand Down

0 comments on commit 59ae7f3

Please sign in to comment.