Placed font locally

This commit is contained in:
Gregorio Chiko Putra 2017-09-28 09:08:47 +07:00
parent 1751c611ce
commit d6619e3e89
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@
<title>{% block title %}{% endblock %}</title>
<style>
@font-face {
font-family: 'Lobster';
font-style: normal;
font-weight: 400;
src: local('Lobster'), local('Lobster-Regular'), url(/font/Lobster.woff) format('woff');
}
.documentation > section {
background: #fff;
text-align: left;

BIN
public/font/Lobster.woff Normal file

Binary file not shown.