I am using Amatic SC 700 normal from google fonts.
This is a link to google fonts: https://www.google.com/fonts/specimen/Amatic+SC .
The problem is that right now char is ?converted to ®.
CSS code I used:
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);
body {
font-family: 'Amatic SC', cursive;
font-style: normal;
font-weight: 700;
}
html looks like this:
<html> ???? </html>
This is a screenshot of the problem:

This is the jsfiddle link: http://jsfiddle.net/m4vev43a/
I tested this problem for:
- Chrome Version 42.0.2311.90
- Firefox 37.0.1
- Opera 12.16
Any idea how I can fix this? Can my browsers go crazy?
Or is it a font error?
Update:
Using:
@import url(http:
So, without a suffix, :400,700the question mark symbol is displayed correctly.
, + Chrome, Firefox, Opera.