Reputation: 139
I have this snippet in html:
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<style>
body<-->{
font-family: sans-serif
}
</style>
</head>
<body>
Text
</body>
This comes out OK on Firefox and IE, but it comes out in italics in Chrome. What is going on? There doesn't seem to be a way of stopping it.
For that matter this text that I'm now typing also comes out in italics.
Upvotes: 0
Views: 128
Reputation: 7394
Doing a Google search below reveals that this is a font problem in Chrome.
You'll need to read a little further for solutions:
Upvotes: 1