Use fonts from my public static file server
This commit is contained in:
parent
8c86c41c99
commit
850a2210a1
5 changed files with 4 additions and 16 deletions
|
@ -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)
BIN
static/fonts/CascadiaMono-Regular.woff2
(Stored with Git LFS)
Binary file not shown.
BIN
static/fonts/Ubuntu-Bold.ttf
(Stored with Git LFS)
BIN
static/fonts/Ubuntu-Bold.ttf
(Stored with Git LFS)
Binary file not shown.
BIN
static/fonts/Ubuntu-Regular.ttf
(Stored with Git LFS)
BIN
static/fonts/Ubuntu-Regular.ttf
(Stored with Git LFS)
Binary file not shown.
BIN
static/fonts/Ubuntu-RegularItalic.ttf
(Stored with Git LFS)
BIN
static/fonts/Ubuntu-RegularItalic.ttf
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue