55 lines
1.8 KiB
Plaintext
55 lines
1.8 KiB
Plaintext
{% styles default %}
|
|
{% styles colors %}
|
|
{% styles custom %}
|
|
<style>
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-Thin.ttf");
|
|
font-weight: 100;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-ExtraLight.ttf");
|
|
font-weight: 200;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-Light.ttf");
|
|
font-weight: 300;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-Regular.ttf");
|
|
font-weight: 400;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-Medium.ttf");
|
|
font-weight: 500;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-SemiBold.ttf");
|
|
font-weight: 600;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-Bold.ttf");
|
|
font-weight: 700;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-ExtraBold.ttf");
|
|
font-weight: 800;
|
|
}
|
|
@font-face {
|
|
font-family: "CerebriSansPro", sans-serif;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/tripleseat/CerebriSansPro-Heavy.ttf");
|
|
font-weight: 900;
|
|
}
|
|
body {
|
|
font-family: "CerebriSansPro", sans-serif !important;
|
|
}
|
|
|
|
</style>
|