Fix fonts URL

This commit is contained in:
Pascal Engélibert 2021-02-14 08:30:30 +01:00
parent 08f36cb562
commit d9f87f86ce
2 changed files with 2 additions and 4 deletions

View File

@ -12,15 +12,13 @@
@font-face {
font-family: Cantarell;
src: url("https://txmn.tk:8480/ipfs/QmdrTnJY7sW7DPJDwwoujoAAuKPwjDLbjzBKEVj8uuBoTF/Cantarell-Regular.otf") format("opentype"),
url("/fonts/Cantarell-Regular.otf") format("opentype");
src: url("/fonts/Cantarell-Regular.otf") format("opentype");
}
@font-face {
font-family: SourceCodePro;
src: url("https://txmn.tk:8480/ipfs/Qmf1N4o5DjrPRLaSiqCmBf9CUyksvgys2m2oj5WA2gAwDR/SourceCodePro-Regular.otf") format("opentype"),
url("/fonts/SourceCodePro-Regular.otf") format("opentype");
src: url("/fonts/SourceCodePro-Regular.otf") format("opentype");
}
html, body {

BIN
img/survival-scuti-hq.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 KiB