Skip to content

Commit

Permalink
Fix serif fonts fallback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Apr 28, 2016
1 parent 69bbe1d commit 238eda1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/template-variables.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,31 +100,31 @@
"list": [
{
"title": "Arvo",
"value": "\"Arvo\", sans-serif"
"value": "\"Arvo\", serif"
},
{
"title": "Crimson Text",
"value": "\"Crimson Text\", sans-serif"
"value": "\"Crimson Text\", serif"
},
{
"title": "Lora",
"value": "\"Lora\", sans-serif"
"value": "\"Lora\", serif"
},
{
"title": "Noto Serif",
"value": "\"Noto Serif\", sans-serif"
"value": "\"Noto Serif\", serif"
},
{
"title": "Playfair Display",
"value": "\"Playfair Display\", sans-serif"
"value": "\"Playfair Display\", serif"
},
{
"title": "PT Serif",
"value": "\"PT Serif\", sans-serif"
"value": "\"PT Serif\", serif"
},
{
"title": "Roboto Slab",
"value": "\"Roboto Slab\", sans-serif"
"value": "\"Roboto Slab\", serif"
}
]
},
Expand Down

0 comments on commit 238eda1

Please sign in to comment.