Skip to content

Instantly share code, notes, and snippets.

@skoji
Last active March 14, 2018 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skoji/8fbd929ebcd9853b3a28a0c9e6916fdd to your computer and use it in GitHub Desktop.
Save skoji/8fbd929ebcd9853b3a28a0c9e6916fdd to your computer and use it in GitHub Desktop.
.latin {
font-family: HelveticaNeueLT Std, sans-serif;
}
.japanese {
font-family:'A-OTF 新ゴ Pro',A-OTF Shin Go Pro,sans-serif;
}
<!DOCTYPE html>
<html lang='ja'>
<head>
<meta charset="utf-8" >
<title>test document 2</title>
<link rel="stylesheet" href="test2.css">
</head>
<body>
<span class='japanese'>テストの文字列</span>
<span class='latin'>Test String 12345</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment