Merge pull request #79 from baivong/gh-pages

Change fonts support for Vietnamese -thanks @baivong
This commit is contained in:
Daniel Kummer 2017-10-28 17:03:33 +02:00 committed by GitHub
commit c17623cfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

8
css/style.vi_VN.css Normal file
View File

@ -0,0 +1,8 @@
body {
font-family: 'Lora', serif;
}
h1, h2, h3,
h1 a, h2 a, h3 a {
font-family: 'Baloo Paaji', cursive;
}

View File

@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tóm tắt Git-Flow</title>
<link href='https://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Baloo+Paaji|Lora&amp;subset=latin-ext,vietnamese" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,print">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen,print">
<link rel="stylesheet" href="css/style.vi_VN.css" type="text/css" media="screen,print">
<script type="text/javascript">