Browse Source

Font fix

add-license-1
novatorem 5 years ago
parent
commit
6c0322dce5
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      api/templates/spotify.html.j2

+ 4
- 2
api/templates/spotify.html.j2 View File

@ -2,6 +2,9 @@
<foreignObject width="600" height="233">
<div xmlns="http://www.w3.org/1999/xhtml" class="container">
<style>
div {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
.main {
display: flex;
@ -40,9 +43,8 @@
}
.song {
font-weight: bold;
font-size: 24px;
color: #333;
color: #222;
text-align: left;
margin-top: 65px;
}


Loading…
Cancel
Save