mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 00:23:13 -06:00
feat: preload BerkeleyMono
This commit is contained in:
parent
537c5c2d5d
commit
11474d1b51
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
|||
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
|
||||
<!-- NOTE Preload web fonts -->
|
||||
<link rel="preload" href="/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="/assets/font/BerkeleyMonoVariable/BerkeleyMonoVariable-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
||||
{% endblock %}
|
||||
|
||||
<!-- ANCHOR Announcement Bar -->
|
||||
{% block announce %}
|
||||
Follow me on
|
||||
|
|
Loading…
Reference in a new issue