font cleaning up

master
Stephen Kerr 1 month ago
parent 1d32c37c47
commit dc39fff145

Binary file not shown.

Binary file not shown.

@ -11,13 +11,15 @@
@font-face {
font-family: 'Platypi';
src: url('../fonts/webfonts/Platypi-Regular.woff2');
src: url('../fonts/Platypi[wght].woff2');
font-weight: 300 800;
font-style: normal;
}
@font-face {
font-family: 'Platypi';
src: url('../fonts/webfonts/Platypi-Italic.woff2');
src: url('../fonts/Platypi-Italic[wght].woff2');
font-weight: 300 800;
font-style: italic;
}
notes{
@ -105,7 +107,8 @@ body .margin-note{
white-space: pre-wrap;
}
body{
font-family: 'Platypi-Regular','platypi' ;
font-family: 'Platypi',serif ;
font-synthesis: none;
line-height: 1.3;
font-size: 9pt;
letter-spacing: -0.1px;

@ -1,18 +1,21 @@
@font-face {
font-family: 'Platypi-Regular';
src: url('./fonts/webfonts/Platypi-Regular.woff2');
font-family: 'Platypi';
src: url('../fonts/Platypi[wght].woff2');
font-weight: 300 800;
font-style: normal;
}
@font-face {
font-family: 'Platypi-Bold';
src: url('./fonts/webfonts/Platypi-Bold.woff2');
font-style: bold;
font-family: 'Platypi';
src: url('../fonts/Platypi-Italic[wght].woff2');
font-weight: 300 800;
font-style: italic;
}
body {
background-color: #fffdfb;
font-family: 'Platypi-Regular', serif;
font-family: 'Platypi', serif;
font-synthesis: none;
font-size: 41px;
line-height: 3.5rem;
margin: 0;
@ -44,14 +47,13 @@ body {
}
h1 {
font-family: 'Platypi-Bold', serif;
font-weight: 700;
font-size: 50px;
max-width: 20%;
margin: 0;
}
.container h2 {
font-family: 'Platypi-Regular', serif;
font-size: 40px;
max-width: 30%;
margin: 0;

Loading…
Cancel
Save