Use fonts from my public static file server

This commit is contained in:
Foster Hangdaan 2023-08-02 19:19:56 -04:00
parent 8c86c41c99
commit 850a2210a1
Signed by: foster
GPG key ID: E48D7F49A852F112
5 changed files with 4 additions and 16 deletions

View file

@ -1,24 +1,24 @@
@font-face {
font-family: "Ubuntu";
font-weight: normal;
src: url("/fonts/Ubuntu-Regular.ttf") format("truetype");
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Ubuntu";
font-style: italic;
font-weight: normal;
src: url("/fonts/Ubuntu-RegularItalic.ttf") format("truetype");
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/Ubuntu-RegularItalic.ttf") format("truetype");
}
@font-face {
font-family: "Ubuntu";
font-weight: bold;
src: url("/fonts/Ubuntu-Bold.ttf") format("truetype");
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
}
@font-face {
font-family: "CascadiaCode";
font-weight: normal;
src: url("/fonts/CascadiaMono-Regular.woff2") format("woff2");
src: url("https://static.fosterhangdaan.com/fonts/cascadia-code/CascadiaMono-Regular.woff2") format("woff2");
}

BIN
static/fonts/CascadiaMono-Regular.woff2 (Stored with Git LFS)

Binary file not shown.

BIN
static/fonts/Ubuntu-Bold.ttf (Stored with Git LFS)

Binary file not shown.

BIN
static/fonts/Ubuntu-Regular.ttf (Stored with Git LFS)

Binary file not shown.

BIN
static/fonts/Ubuntu-RegularItalic.ttf (Stored with Git LFS)

Binary file not shown.