remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 13:08:10 -06:00
parent 043ee9e806
commit 203df18606
2 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,7 @@
<a {% if v and v.newtab %}target="_blank"{% endif %} {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"
{% endif %}>
{% if p.club %}
<span class="badge badge-yellow">COUNTRY CLUB</span>
<span class="badge badge-yellow font-sans-serif">COUNTRY CLUB</span>
{% endif %}
{{p.realtitle(v) | safe}}
</a>

View File

@ -29,6 +29,7 @@ module.exports = {
blue: colors.sky
},
fontFamily: {
'sans-serif': ['Helvetica Neue', '-apple-system', 'BlinkMacSystemFont', 'Tahoma', 'Segoe UI', 'Helvetica', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol']
'heading': ['Delius Swash Caps'],
'serif': ['Georgia'],
'mono': 'SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace'