mirror of
https://github.com/danielkummer/git-flow-cheatsheet.git
synced 2025-02-07 22:19:45 +01:00
Merge pull request #79 from baivong/gh-pages
Change fonts support for Vietnamese -thanks @baivong
This commit is contained in:
commit
c17623cfe0
8
css/style.vi_VN.css
Normal file
8
css/style.vi_VN.css
Normal file
@ -0,0 +1,8 @@
|
||||
body {
|
||||
font-family: 'Lora', serif;
|
||||
}
|
||||
|
||||
h1, h2, h3,
|
||||
h1 a, h2 a, h3 a {
|
||||
font-family: 'Baloo Paaji', cursive;
|
||||
}
|
@ -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&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">
|
||||
|
Loading…
Reference in New Issue
Block a user