Placed font locally
This commit is contained in:
parent
1751c611ce
commit
d6619e3e89
@ -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
BIN
public/font/Lobster.woff
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user