Update fonts links
This commit is contained in:
parent
ab2099a44b
commit
0ca77bed43
1 changed files with 4 additions and 4 deletions
|
@ -1,24 +1,24 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Ubuntu";
|
font-family: "Ubuntu";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
|
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/latest/Ubuntu-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Ubuntu";
|
font-family: "Ubuntu";
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/Ubuntu-RegularItalic.ttf") format("truetype");
|
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/latest/Ubuntu-RegularItalic.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Ubuntu";
|
font-family: "Ubuntu";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
|
src: url("https://static.fosterhangdaan.com/fonts/ubuntu/latest/Ubuntu-Bold.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "CascadiaCode";
|
font-family: "CascadiaCode";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url("https://static.fosterhangdaan.com/fonts/cascadia-code/CascadiaMono-Regular.woff2") format("woff2");
|
src: url("https://static.fosterhangdaan.com/fonts/cascadia-code/latest/CascadiaMono-Regular.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue