Compare commits
1 Commits
023c041706
...
454d548ce7
Author | SHA1 | Date | |
---|---|---|---|
454d548ce7
|
@@ -18,8 +18,8 @@ https://creativecommons.org/publicdomain/
|
|||||||
font-family: "BebasNeue";
|
font-family: "BebasNeue";
|
||||||
src:
|
src:
|
||||||
local("BEBAS NEUE"),
|
local("BEBAS NEUE"),
|
||||||
url("/css/bebas/BebasNeue.woff2") format("woff2");
|
url("/css/bebas/BebasNeue.woff2") format("woff2"),
|
||||||
url("/css/bebas/BebasNeue.woff") format("woff");
|
url("/css/bebas/BebasNeue.woff") format("woff"),
|
||||||
url("/css/bebas/BebasNeue.otf") format("opentype");
|
url("/css/bebas/BebasNeue.otf") format("opentype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
@@ -27,7 +27,7 @@ https://creativecommons.org/publicdomain/
|
|||||||
src:
|
src:
|
||||||
local("Patrick Hand"),
|
local("Patrick Hand"),
|
||||||
url("/css/patrickhand/PatrickHand-Regular.woff2") format("woff2"),
|
url("/css/patrickhand/PatrickHand-Regular.woff2") format("woff2"),
|
||||||
url("/css/patrickhand/PatrickHand-Regular.woff") format("woff");
|
url("/css/patrickhand/PatrickHand-Regular.woff") format("woff"),
|
||||||
url("/css/patrickhand/PatrickHand-Regular.ttf") format("truetype");
|
url("/css/patrickhand/PatrickHand-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
|
Reference in New Issue
Block a user