Commit ebe496d5 by o.kimura

言語、フォント対応

parent 2edf8a0a
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#"> <html lang="zh-cmn-Hans" prefix="og: http://ogp.me/ns#">
<head> <head>
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
}); });
</script> </script>
<style>
body {
font-family: "微软雅黑","宋体";
}
</style>
</head> </head>
<body class="second" id=""> <body class="second" id="">
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#"> <html lang="zh-cmn-Hant" prefix="og: http://ogp.me/ns#">
<head> <head>
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
}); });
</script> </script>
<style>
body {
font-family:Helvetica,Verdana,Arial,"5FAE8EDF6B639ED19AD4","Microsoft JhengHei","51379ED1 Pro","LiHei Pro",sans-serif;
}
</style>
</head> </head>
<body class="second" id=""> <body class="second" id="">
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#"> <html lang="en" prefix="og: http://ogp.me/ns#">
<head> <head>
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ja" prefix="og: http://ogp.me/ns#"> <html lang="ko" prefix="og: http://ogp.me/ns#">
<head> <head>
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
...@@ -43,6 +43,11 @@ ...@@ -43,6 +43,11 @@
}); });
</script> </script>
<style>
body {
font-family: 'td','ng', sans-serif;
}
</style>
</head> </head>
<body class="second" id=""> <body class="second" id="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment