For those wanting to force reversion of post titles to the normal font, add this to your CSS for poal.co:
.post-heading a.title
{
font-family: sans-serif !important;
}
Edit:
Finding a few other places with the font changed from normal.
Just make it for a
instead of .post-heading a.title
to make all links revert to normal again:
a
{
font-family: sans-serif !important;
}
For those wanting to force reversion of post titles to the normal font, add this to your CSS for poal.co:
`.post-heading a.title
{
font-family: sans-serif !important;
}`
---
Edit:
Finding a few other places with the font changed from normal.
Just make it for `a` instead of `.post-heading a.title` to make all links revert to normal again:
`a
{
font-family: sans-serif !important;
}`
add this to your CSS for poal.co
Where is this done?
>add this to your CSS for poal.co
Where is this done?