Placed font locally
This commit is contained in:
parent
1751c611ce
commit
d6619e3e89
@ -10,6 +10,12 @@
|
|||||||
<title>{% block title %}{% endblock %}</title>
|
<title>{% block title %}{% endblock %}</title>
|
||||||
|
|
||||||
<style>
|
<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 {
|
.documentation > section {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
BIN
public/font/Lobster.woff
Normal file
BIN
public/font/Lobster.woff
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user