forked from mirrors/bookwyrm
same
This commit is contained in:
parent
7c9995a5e5
commit
d9bd7be1ec
3 changed files with 30 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. Copyright 2019 Google LLC.
|
Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name
|
||||||
|
'Source'. All Rights Reserved. Source is a trademark of Adobe in the United
|
||||||
|
States and/or other countries. Copyright 2019 Google LLC.
|
||||||
|
|
||||||
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||||
This license is copied below, and is also available with a FAQ at:
|
This license is copied below, and is also available with a FAQ at:
|
||||||
|
|
|
@ -2,4 +2,29 @@
|
||||||
# Upload this file to the generator to recreate the settings
|
# Upload this file to the generator to recreate the settings
|
||||||
# you used to create these fonts.
|
# you used to create these fonts.
|
||||||
|
|
||||||
{"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
|
{
|
||||||
|
"mode": "optimal",
|
||||||
|
"formats":
|
||||||
|
[
|
||||||
|
"woff",
|
||||||
|
"woff2"
|
||||||
|
],
|
||||||
|
"tt_instructor": "default",
|
||||||
|
"fix_gasp": "xy",
|
||||||
|
"fix_vertical_metrics": "Y",
|
||||||
|
"metrics_ascent": "",
|
||||||
|
"metrics_descent": "",
|
||||||
|
"metrics_linegap": "",
|
||||||
|
"add_spaces": "Y",
|
||||||
|
"add_hyphens": "Y",
|
||||||
|
"fallback": "none",
|
||||||
|
"fallback_custom": "100",
|
||||||
|
"options_subset": "basic",
|
||||||
|
"subset_custom": "",
|
||||||
|
"subset_custom_range": "",
|
||||||
|
"subset_ot_features_list": "",
|
||||||
|
"css_stylesheet": "stylesheet.css",
|
||||||
|
"filename_suffix": "-webfont",
|
||||||
|
"emsquare": "2048",
|
||||||
|
"spacing_adjustment": "0"
|
||||||
|
}
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
|
|
||||||
.is-serif {
|
.is-serif {
|
||||||
font-family: 'dm_serif_display', Georgia, serif;
|
font-family: 'dm_serif_display', Georgia, serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue