@bbki.ng/site 5.5.13 → 5.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @bbki.ng/site
2
2
 
3
+ ## 5.5.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 4272a27: update font
8
+ - Updated dependencies [4272a27]
9
+ - @bbki.ng/ui@0.2.10
10
+
3
11
  ## 5.5.13
4
12
 
5
13
  ### Patch Changes
package/index.html CHANGED
@@ -15,7 +15,7 @@
15
15
  <meta name="theme-color" content="#ffffff" />
16
16
  <link rel="preconnect" href="https://fonts.googleapis.com" />
17
17
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
18
- <link
18
+ <!-- <link
19
19
  href="/google-font.css"
20
20
  rel="stylesheet"
21
21
  media="print"
@@ -23,7 +23,7 @@
23
23
  this.media = 'all';
24
24
  this.onload = null;
25
25
  "
26
- />
26
+ /> -->
27
27
  <style>
28
28
  bb-img:not(:defined) {
29
29
  display: block;
@@ -44,8 +44,8 @@
44
44
  ></script>
45
45
  </head>
46
46
 
47
- <body class="h-full m-0 flex flex-col font-mono">
48
- <div id="blog" class="grow noto-serif no-scrollbar"></div>
47
+ <body class="h-full m-0 flex flex-col">
48
+ <div id="blog" class="grow no-scrollbar font-mono"></div>
49
49
  <script type="module" src="/src/index.tsx"></script>
50
50
  </body>
51
51
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbki.ng/site",
3
- "version": "5.5.13",
3
+ "version": "5.5.14",
4
4
  "description": "code behind bbki.ng",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "react-dom": "^18.0.0",
15
15
  "react-router-dom": "6",
16
16
  "swr": "^2.2.5",
17
- "@bbki.ng/ui": "0.2.9"
17
+ "@bbki.ng/ui": "0.2.10"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@eslint/compat": "^1.0.0",
package/src/blog/main.css CHANGED
@@ -90,12 +90,6 @@ a {
90
90
  display: none;
91
91
  }
92
92
 
93
- .noto-serif {
94
- font-family: 'Menlo', 'Consolas', 'Noto Serif SC', monospace;
95
- font-weight: 400;
96
- font-style: normal;
97
- }
98
-
99
93
  tr > td,
100
94
  tr > th {
101
95
  max-width: 100px;