feat: add domine
This commit is contained in:
parent
bdecaf8c0b
commit
9e4c3122f6
@ -1,4 +1,4 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700;800;900&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;600;700;800;900&family=Domine:wght@400..700&&display=swap");
|
||||
|
||||
@mixin headings {
|
||||
h1,
|
||||
@ -42,11 +42,13 @@ main {
|
||||
font-family: Bitter, ui-sans-serif, system-ui, -apple-system,
|
||||
BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
font-optical-sizing: auto;
|
||||
}
|
||||
|
||||
.text-article {
|
||||
font-family: "Source Serif Pro", serif;
|
||||
font-family: "Domine", serif;
|
||||
line-height: 1.8;
|
||||
color: #111;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 500;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
@ -19,4 +19,8 @@
|
||||
a:hover {
|
||||
@apply hover:text-blue-700 dark:hover:text-blue-400;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply text-article;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user