Minor post fixes. Makes posts publishable with a date
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src:
|
||||
url("woff2/FiraCode-Light.woff2") format("woff2"),
|
||||
url("woff/FiraCode-Light.woff") format("woff");
|
||||
url("/fonts/FiraCode-Light.woff2") format("woff2"),
|
||||
url("/fonts/FiraCode-Light.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -53,8 +53,8 @@
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src:
|
||||
url("woff2/FiraCode-Regular.woff2") format("woff2"),
|
||||
url("woff/FiraCode-Regular.woff") format("woff");
|
||||
url("/fonts/FiraCode-Regular.woff2") format("woff2"),
|
||||
url("/fonts/FiraCode-Regular.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -62,8 +62,8 @@
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src:
|
||||
url("woff2/FiraCode-Medium.woff2") format("woff2"),
|
||||
url("woff/FiraCode-Medium.woff") format("woff");
|
||||
url("/fonts/FiraCode-Medium.woff2") format("woff2"),
|
||||
url("/fonts/FiraCode-Medium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -71,8 +71,8 @@
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src:
|
||||
url("woff2/FiraCode-SemiBold.woff2") format("woff2"),
|
||||
url("woff/FiraCode-SemiBold.woff") format("woff");
|
||||
url("/fonts/FiraCode-SemiBold.woff2") format("woff2"),
|
||||
url("/fonts/FiraCode-SemiBold.woff") format("woff");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -80,8 +80,8 @@
|
||||
@font-face {
|
||||
font-family: "Fira Code";
|
||||
src:
|
||||
url("woff2/FiraCode-Bold.woff2") format("woff2"),
|
||||
url("woff/FiraCode-Bold.woff") format("woff");
|
||||
url("/fonts/FiraCode-Bold.woff2") format("woff2"),
|
||||
url("/fonts/FiraCode-Bold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -89,8 +89,8 @@
|
||||
@font-face {
|
||||
font-family: "Fira Code VF";
|
||||
src:
|
||||
url("woff2/FiraCode-VF.woff2") format("woff2-variations"),
|
||||
url("woff/FiraCode-VF.woff") format("woff-variations");
|
||||
url("/fonts/FiraCode-VF.woff2") format("woff2-variations"),
|
||||
url("/fonts/FiraCode-VF.woff") format("woff-variations");
|
||||
/* font-weight requires a range: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide#Using_a_variable_font_font-face_changes */
|
||||
font-weight: 300 700;
|
||||
font-style: normal;
|
||||
@@ -151,7 +151,7 @@ p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.prose p {
|
||||
margin-bottom: 2em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
textarea {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user