ADD autofont

This commit is contained in:
unpregnant 2017-02-22 23:03:28 +01:00
parent 3af751225f
commit bbf59ddd4e

View File

@ -42,6 +42,14 @@ Sample content of `index.mustache`:
</page> </page>
``` ```
If you want fonts to adjust, according to the personal information, just add the tag `autofont` to the resume-div:
```html
<div id="resume1" class="resume" autofont>
<!-- Content goes here -->
</div>
```
For further reference, check out existing templates. For further reference, check out existing templates.