Set mineral properties to use the correct font
This commit is contained in:
@@ -413,38 +413,38 @@ function resizeCanvas() {
|
||||
<div id="mineralOne">
|
||||
<h1 class="subHeadings">{{ mineral.name }}</h1>
|
||||
<h2 class="theoryHeadings">Physical properties</h2>
|
||||
<table class="table">
|
||||
<table class="theoryHeadings">
|
||||
<tr>
|
||||
<td>Chemical Formula:</td>
|
||||
<td>{{ mineral.chemical_formula|safe }}</td>
|
||||
<td><p>Chemical Formula:</p></td>
|
||||
<td><p>{{ mineral.chemical_formula|safe }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hardness:</td>
|
||||
<td>{{ mineral.hardness }}</td>
|
||||
<td><p>Hardness:</p></td>
|
||||
<td><p>{{ mineral.hardness }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Specific Gravity:</td>
|
||||
<td>{{ mineral.specific_gravity }}</td>
|
||||
<td><p>Specific Gravity:</p></td>
|
||||
<td><p>{{ mineral.specific_gravity }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cleavage/Fracture:</td>
|
||||
<td>{{ mineral.cleavage_fracture }}</td>
|
||||
<td><p>Cleavage/Fracture:</p></td>
|
||||
<td><p>{{ mineral.cleavage_fracture }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lustre:</td>
|
||||
<td>{{ mineral.lustre }}</td>
|
||||
<td><p>Lustre:</p></td>
|
||||
<td><p>{{ mineral.lustre }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Colour:</td>
|
||||
<td>{{ mineral.colour }}</td>
|
||||
<td><p>Colour:</p></td>
|
||||
<td><p>{{ mineral.colour }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Streak:</td>
|
||||
<td>{{ mineral.habit }}</td>
|
||||
<td><p>Streak:</p></td>
|
||||
<td><p>{{ mineral.habit }}</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Crystallography:</td>
|
||||
<td>{{ mineral.crystallography }}</td>
|
||||
<td><p>Crystallography:</p></td>
|
||||
<td><p>{{ mineral.crystallography }}</p></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="theoryHeadings">Diagnostic features</h2>
|
||||
|
||||
Reference in New Issue
Block a user