tangled
alpha
login
or
join now
bas.sh
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
change font path
handle.invalid
2 months ago
260570cb
9845841d
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
2 changed files
expand all
collapse all
unified
split
public
fonts
Figtree.woff2
src
styles
index.css
public/fonts/Figtree[wght].woff2
public/fonts/Figtree.woff2
+1
-1
src/styles/index.css
···
8
8
9
9
@font-face {
10
10
font-family: "Figtree";
11
11
-
src: url("/fonts/Figtree[wght].woff2") format("woff2");
11
11
+
src: url("/fonts/Figtree.woff2") format("woff2");
12
12
font-display: swap;
13
13
}
14
14