mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Compare commits
2 Commits
7acb21f613
...
49445ffb73
Author | SHA1 | Date | |
---|---|---|---|
|
49445ffb73 | ||
|
50f509742e |
@ -1,5 +1,7 @@
|
|||||||
User-Agent: *
|
User-Agent: *
|
||||||
Disallow: /u/
|
Disallow: /u/
|
||||||
Disallow: /p/
|
Disallow: /p/
|
||||||
|
Disallow: /tv/
|
||||||
|
Disallow: /reel/
|
||||||
Disallow: /fragment/
|
Disallow: /fragment/
|
||||||
Disallow: /api/
|
Disallow: /api/
|
||||||
|
BIN
src/site/html/static/fonts/cantarell-bold.otf
Normal file
BIN
src/site/html/static/fonts/cantarell-bold.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/site/html/static/fonts/cantarell-normal.otf
Normal file
BIN
src/site/html/static/fonts/cantarell-normal.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -12,9 +12,8 @@ $theme: () !default
|
|||||||
@font-face
|
@font-face
|
||||||
font-family: "Cantarell"
|
font-family: "Cantarell"
|
||||||
font-weight: $weight
|
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
|
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
|
body
|
||||||
font-family: "Bariol", sans-serif
|
font-family: "Bariol", sans-serif
|
||||||
|
Loading…
Reference in New Issue
Block a user