Files
Nexus.Reader/src/NexusReader.UI.Shared/Components/Atoms/NexusTypography.razor.css
T

28 lines
459 B
CSS

.nexus-typography {
margin: 0;
}
.nexus-heading {
font-family: var(--nexus-font-sans);
font-size: 2rem;
font-weight: 600;
color: white;
margin-bottom: 1rem;
}
.nexus-ebook {
font-family: var(--nexus-font-serif);
font-size: 1.125rem;
line-height: 1.65;
color: #1a1a1a;
margin-bottom: 1.5rem;
font-weight: 300;
}
.nexus-ui {
font-family: var(--nexus-font-sans);
font-size: 1rem;
color: #cccccc;
}