Add Google Font to html

This commit is contained in:
Tran Trong Nghia 2023-01-14 13:44:24 +07:00 committed by GitHub
parent f8d08c477c
commit 91e3080240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,5 +374,8 @@
</footer> </footer>
{% endblock %} {% endblock %}
</div> </div>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
</body> </body>
</html> </html>