changed fonts; changed colour for project n5 devlogs to red; added page for next devlog with new banner
This commit is contained in:
@@ -18,28 +18,58 @@
|
||||
@import url('https://fonts.upset.dev/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Michroma&family=Space+Grotesk:wght@300..700&display=swap');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Monument';
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 00;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/thin.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/light.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/book.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/regular.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument/regular.otf');
|
||||
src: url('/fonts/ppmonument-extended/medium.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument';
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
src: url('/fonts/ppmonument/regularitalic.otf');
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/bold.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument';
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 800;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument-extended/black.woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument Extended';
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
src: url('/fonts/ppmonument/black.otf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Monument';
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
src: url('/fonts/ppmonument/blackitalic.otf');
|
||||
src: url('/fonts/ppmonument-extended/heavy.woff');
|
||||
}
|
||||
|
||||
:global {
|
||||
@@ -62,7 +92,7 @@
|
||||
--color-link-visited: #ffd7f0;
|
||||
--color-link-hovered: #ffdad5;
|
||||
|
||||
--font-title: 'Monument';
|
||||
--font-title: 'Monument Extended';
|
||||
--font-sans-serif: 'Manrope', 'Lato', sans-serif;
|
||||
--font-mono: 'IBM Plex Mono', monospace;
|
||||
}
|
||||
@@ -98,7 +128,7 @@
|
||||
p, span, li, pre, a {
|
||||
color: var(--color-text);
|
||||
line-height: 1.7rem;
|
||||
font-weight: 550;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -119,7 +149,7 @@
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
font-family: var(--font-title);
|
||||
color: var(--color-highlight);
|
||||
margin-top: 12px;
|
||||
|
||||
Reference in New Issue
Block a user