mirror of
https://github.com/google/fonts.git
synced 2025-01-01 21:47:43 +03:00
amaticsc: fix errors in ?¿^
Fixes https://github.com/google/fonts/issues/24
This commit is contained in:
parent
086bbf87ac
commit
b7319ec6b1
Binary file not shown.
Binary file not shown.
@ -4,6 +4,10 @@ Amatic SC (Small Caps) is a simple but effective hand drawn webfont.
|
||||
|
||||
<p>
|
||||
Amatic SC can be used for titling and small runs of text.
|
||||
It has been designed to be used freely across the internet by web browsers on desktop
|
||||
computers, laptops and mobile devices.
|
||||
It has been designed to be used freely across the internet by web browsers on desktop computers, laptops and mobile devices.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Updated:</b>
|
||||
In June 2015 the questionmark (?) upside-down questionmark (¿) and circumflex (^) characters were updated to fix a production error.
|
||||
</p>
|
@ -12,8 +12,8 @@
|
||||
"weight": 400,
|
||||
"filename": "AmaticSC-Regular.ttf",
|
||||
"postScriptName": "AmaticSC-Regular",
|
||||
"fullName": "Amatic SC Regular",
|
||||
"copyright": "Copyright (c) 2011 by vernon adams (vern@newtypography.co.uk), with Reserved Font Names \"Amatic\" \"Amatic SC\""
|
||||
"fullName": "Amatic SC",
|
||||
"copyright": "Copyright 2011, 2015 vernon adams (vern@newtypography.co.uk)"
|
||||
},
|
||||
{
|
||||
"name": "Amatic SC",
|
||||
@ -22,7 +22,7 @@
|
||||
"filename": "AmaticSC-Bold.ttf",
|
||||
"postScriptName": "AmaticSC-Bold",
|
||||
"fullName": "Amatic SC Bold",
|
||||
"copyright": "Copyright (c) 2011 by vernon adams (vern@newtypography.co.uk), with Reserved Font Names \"Amatic\" \"Amatic SC\""
|
||||
"copyright": "Copyright 2011, 2015 vernon adams (vern@newtypography.co.uk)"
|
||||
}
|
||||
],
|
||||
"subsets": [
|
||||
|
@ -1,5 +1,4 @@
|
||||
Copyright (c) 2011 by vernon adams (vern@newtypography.co.uk),
|
||||
with Reserved Font Names "Amatic" "Amatic Bold" and "Amatic Regular"
|
||||
Copyright 2011, 2015 vernon adams (vern@newtypography.co.uk)
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user