Skip to content

Commit

Permalink
feat: add serif support
Browse files Browse the repository at this point in the history
  • Loading branch information
Copay committed Aug 8, 2019
1 parent d3e7686 commit abf52dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class CaraokeView extends HTMLElement {
text-shadow: 0 0 0.05em white;
transition: color 1s;
font-size: 5em;
font-family: caraoke-custom-font, "Source Han Serif";
font-family: caraoke-custom-font, "Source Han Serif","STZhongSong","Yu Mincho", serif;
font-weight: 900;
}
#drawer > #pointer ~ * {
Expand Down

0 comments on commit abf52dc

Please sign in to comment.