Compare commits

...

2 Commits

Author SHA1 Message Date
Cadence Ember 49445ffb73
Add /tv/ and /reel/ to robots.txt
Prevent search engine crawling of instances, just like how /p/ is
already in robots.txt.
2022-05-18 00:13:21 +12:00
Cadence Ember 50f509742e
Cantarell font files from Gnome project
Sources:
https://static.gnome.org/fonts/Cantarell-Regular.otf
https://static.gnome.org/fonts/Cantarell-Bold.otf
2022-05-17 23:53:43 +12:00
8 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
User-Agent: *
Disallow: /u/
Disallow: /p/
Disallow: /tv/
Disallow: /reel/
Disallow: /fragment/
Disallow: /api/

Binary file not shown.

Binary file not shown.

View File

@ -12,9 +12,8 @@ $theme: () !default
@font-face
font-family: "Cantarell"
font-weight: $weight
src: url(/static/fonts/cantarell-#{$weight}.woff2) format("woff2"), url(/static/fonts/cantarell-#{$weight}.ttf) format("truetype")
src: url(/static/fonts/cantarell-#{$weight}.otf) format("opentype")
font-display: swap // prefer a fallback font until the font file is loaded
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD // from google fonts definition, https://fonts.googleapis.com/css2?family=Cantarell
body
font-family: "Bariol", sans-serif