mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Compare commits
No commits in common. "49445ffb734b0ae9143482d82c1548d0763716c3" and "7acb21f613d319d544a7d9b9a813d383b87552f8" have entirely different histories.
49445ffb73
...
7acb21f613
@ -1,7 +1,5 @@
|
|||||||
User-Agent: *
|
User-Agent: *
|
||||||
Disallow: /u/
|
Disallow: /u/
|
||||||
Disallow: /p/
|
Disallow: /p/
|
||||||
Disallow: /tv/
|
|
||||||
Disallow: /reel/
|
|
||||||
Disallow: /fragment/
|
Disallow: /fragment/
|
||||||
Disallow: /api/
|
Disallow: /api/
|
||||||
|
Binary file not shown.
BIN
src/site/html/static/fonts/cantarell-bold.ttf
Normal file
BIN
src/site/html/static/fonts/cantarell-bold.ttf
Normal file
Binary file not shown.
BIN
src/site/html/static/fonts/cantarell-bold.woff2
Normal file
BIN
src/site/html/static/fonts/cantarell-bold.woff2
Normal file
Binary file not shown.
Binary file not shown.
BIN
src/site/html/static/fonts/cantarell-normal.ttf
Normal file
BIN
src/site/html/static/fonts/cantarell-normal.ttf
Normal file
Binary file not shown.
BIN
src/site/html/static/fonts/cantarell-normal.woff2
Normal file
BIN
src/site/html/static/fonts/cantarell-normal.woff2
Normal file
Binary file not shown.
@ -12,8 +12,9 @@ $theme: () !default
|
|||||||
@font-face
|
@font-face
|
||||||
font-family: "Cantarell"
|
font-family: "Cantarell"
|
||||||
font-weight: $weight
|
font-weight: $weight
|
||||||
src: url(/static/fonts/cantarell-#{$weight}.otf) format("opentype")
|
src: url(/static/fonts/cantarell-#{$weight}.woff2) format("woff2"), url(/static/fonts/cantarell-#{$weight}.ttf) format("truetype")
|
||||||
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