change: conthrax only for heading
This commit is contained in:
parent
8c1a01d892
commit
3d9321e7df
64 changed files with 246 additions and 6 deletions
|
@ -7,6 +7,16 @@
|
|||
}
|
||||
|
||||
* {
|
||||
font-family: "GeneralSans-Medium";
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.conthrax {
|
||||
font-family: "ConthraxSemiBold";
|
||||
}
|
||||
|
||||
|
@ -21,6 +31,7 @@ body {
|
|||
|
||||
a {
|
||||
@apply cursor-pointer;
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
a[primary-link] {
|
||||
|
@ -58,3 +69,7 @@ h2 {
|
|||
h3 {
|
||||
@apply text-lg;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@apply text-base;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue