writing: replace google font

This commit is contained in:
2022-12-27 16:03:00 +05:00
parent a01cf8200f
commit ca75c80b6d
15 changed files with 23 additions and 8 deletions

View File

@ -1,5 +1,3 @@
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<style> @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap'); </style>
<style>
.accordion {
cursor: pointer;
@ -58,7 +56,7 @@
}
.book-cell {
font-family: 'IBM Plex Mono';
font-family: IBMPlexMono;
text-align: center;
}
.book-cover img {
@ -66,13 +64,13 @@
}
.book-blurb {
font-family: 'IBM Plex Mono';
font-family: IBMPlexMono;
font-size: 12px;
padding-top: 10px;
}
.book-detail {
font-family: 'IBM Plex Mono';
font-family: IBMPlexMono;
font-size: 18px;
padding-top: 10px;
text-decoration: underline;
@ -81,6 +79,5 @@
.book-detail a {
color: #000;
}
</style>
<script src="https://kit.fontawesome.com/a42e899e51.js" crossorigin="anonymous"></script>