Last active
March 14, 2018 10:08
-
-
Save skoji/8fbd929ebcd9853b3a28a0c9e6916fdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.latin { | |
font-family: HelveticaNeueLT Std, sans-serif; | |
} | |
.japanese { | |
font-family:'A-OTF 新ゴ Pro',A-OTF Shin Go Pro,sans-serif; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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