-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Is it intended/expected behavior that the backtick character (`
, Html `
) is a combining grave accent over the subsequent character instead of just a standalone backtick character?
Html:
<html>
<head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Overpass&family=Overpass+Mono&display=swap");
.overpass {
font-family: "Overpass", serif;
}
.overpass-mono {
font-family: "Overpass Mono", serif;
}
</style>
</head>
<body>
<span class="overpass">`Overpass`</span>
<br>
<span class="overpass-mono">`Overpass Mono`</span>
</body>
</html>
I would expect Overpass to keep the backtick separate, as its own character, as Overpass Mono does.
HanabishiRecca
Metadata
Metadata
Assignees
Labels
No labels