writing: define fallback font
This commit is contained in:
parent
ca75c80b6d
commit
d18189e354
@ -29,11 +29,11 @@
|
||||
}
|
||||
|
||||
#writing-page .thead {
|
||||
font-family: IBMPlexSans;
|
||||
font-family: IBMPlexSans, sans-serif;
|
||||
}
|
||||
|
||||
.accordion .level-item {
|
||||
font-family: IBMPlexSans;
|
||||
font-family: IBMPlexSans, sans-serif;
|
||||
}
|
||||
|
||||
.accordion .icon {
|
||||
@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
.book-cell {
|
||||
font-family: IBMPlexMono;
|
||||
font-family: IBMPlexMono, monospace;
|
||||
text-align: center;
|
||||
}
|
||||
.book-cover img {
|
||||
@ -64,13 +64,13 @@
|
||||
}
|
||||
|
||||
.book-blurb {
|
||||
font-family: IBMPlexMono;
|
||||
font-family: IBMPlexMono, monospace;
|
||||
font-size: 12px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.book-detail {
|
||||
font-family: IBMPlexMono;
|
||||
font-family: IBMPlexMono, monospace;
|
||||
font-size: 18px;
|
||||
padding-top: 10px;
|
||||
text-decoration: underline;
|
||||
|
Reference in New Issue
Block a user