mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
include akaricons directly for better performance
This commit is contained in:
parent
1f4af3a112
commit
801868d1a8
7 changed files with 2662 additions and 1 deletions
6
static/akar-icons-fonts/src/index.js
Normal file
6
static/akar-icons-fonts/src/index.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
var head = document.getElementsByTagName("head")[0];
|
||||
var link = document.createElement("link");
|
||||
link.rel = "stylesheet";
|
||||
link.type = "text/css";
|
||||
link.href = "akar-icons-fonts/src/css/akar-icons.css";
|
||||
head.appendChild(link);
|
||||
Loading…
Add table
Add a link
Reference in a new issue