Skip to content

Commit f7c4759

Browse files
committed
styles and fonts
1 parent bf8ba07 commit f7c4759

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
* Healing explained,
88
* Explaining that Nemesis bonus can be for ``Axe`` and ``Not Axe`` Moves.
99
* Added an axe image as background for the HTML page,
10+
* Styles (fonts).
1011

1112
## v1.0.0 (2014-09-25)
1213

1314
* Initial version. Character creation, Axe and Non-Axe moves covered. Armor
14-
class, Nemesis, Weapong special capacities.
15+
class, Nemesis, Weapon special capacities,
1516
* The game is dedicated to the Public Domain.

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Axe / Not Axe</title>
8-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
9-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
8+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" type="text/css">
9+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" type="text/css">
10+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Metamorphous|Vollkorn:400,400italic,700,700italic" type="text/css">
1011
<style>
12+
body, code {
13+
font-family: 'Vollkorn', serif !important;
14+
font-size: 16px;
15+
}
1116
#axe {
1217
position:relative;
1318
}
@@ -29,6 +34,9 @@
2934
color: #777;
3035
border-top: 1px solid #e5e5e5;
3136
}
37+
h1, h2, h3, h4, h5, h6 {
38+
font-family: 'Metamorphous', cursive;
39+
}
3240
</style>
3341
</head>
3442
<body>

0 commit comments

Comments
 (0)