MATTR templates and tripleseat head file for custom fonts. Todos.
This commit is contained in:
@ -0,0 +1,54 @@
|
||||
{% 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>
|
||||
Reference in New Issue
Block a user