Skip to content

Commit

Permalink
fix: bad definition of the music font (@font-face)
Browse files Browse the repository at this point in the history
  • Loading branch information
moinejf committed Nov 15, 2018
1 parent 9199241 commit ac398fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ static void define_head(float w, float h)
" fill: currentColor}\n";
static const char svg_font_style_url[] =
"@font-face {\n"
" font-family:music;\n"
" font-family:\"music\";\n"
" src:%s}\n"
".music {font:24px music;\n"
" fill: currentColor}\n";
Expand Down

0 comments on commit ac398fa

Please sign in to comment.