mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-08-17 07:22:44 +02:00
update example posts
This commit is contained in:
parent
2ba3e7fb75
commit
411ba001cf
3 changed files with 42 additions and 6 deletions
assets/scss/vendor
6
assets/scss/vendor/tufte.scss
vendored
6
assets/scss/vendor/tufte.scss
vendored
|
@ -310,7 +310,7 @@ table.fullwidth {
|
|||
|
||||
div.table-wrapper {
|
||||
overflow-x: scroll;
|
||||
font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif;
|
||||
font-family: "Trebuchet MS", "Gill Sans", "Gill Sans MT", sans-serif, "Noto Emoji";
|
||||
}
|
||||
|
||||
@media screen and (max-width: 760px) {
|
||||
|
@ -338,14 +338,14 @@ div.table-wrapper {
|
|||
}
|
||||
|
||||
.sans {
|
||||
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
|
||||
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif, "Noto Emoji";
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
code,
|
||||
.code,
|
||||
kbd {
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace, "Noto Emoji";
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.42;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue