Skip to content

Commit 677e62a

Browse files
authored
Merge pull request #261 from scroll-tech/develop
Update: 6/3/2024
2 parents ea6debd + f5e7cb2 commit 677e62a

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ enode://c7b2d94e95da343db6e667a01cef90376a592f2d277fbcbf6e9c9186734ed8003d013895
175175
"londonBlock": 0,
176176
"archimedesBlock": 0,
177177
"shanghaiBlock": 0,
178+
"bernoulliBlock": 5220340,
178179
"clique": {
179180
"period": 3,
180181
"epoch": 30000

src/layouts/MainLayout.astro

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,7 @@ changeLanguage(content.lang)
4545
<link rel="preconnect" href="https://fonts.googleapis.com" />
4646
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
4747
<link
48-
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@500&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600&display=swap"
49-
rel="stylesheet"
50-
/>
51-
<link
52-
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600&display=swap"
53-
rel="stylesheet"
54-
/>
55-
56-
<link rel="preconnect" href="https://fonts.googleapis.com" />
57-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
58-
<link
59-
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600&family=Roboto+Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap"
48+
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Roboto+Mono:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap"
6049
rel="stylesheet"
6150
/>
6251

src/styles/design-system/values/font.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--font-family-text: "trans-sans", "circular", Arial, "Helvetica Neue", Helvetica, sans-serif;
33
--font-family-code: "Roboto Mono", "Fira Code", "Courier New", monospace, sans-serif;
4-
--font-family-body-text: "Roboto Flex", "trans-sans", "circular", Arial, "Helvetica Neue", Helvetica, sans-serif;
4+
--font-family-body-text: "Roboto", "trans-sans", "circular", Arial, "Helvetica Neue", Helvetica, sans-serif;
55

66
/* Font weights */
77
--font-weight-normal: 400;

src/styles/index.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ article > section iframe {
116116
position: relative;
117117
}
118118

119-
.main-section :is(h1, h2, h3) {
120-
font-family: var(--font-family-text);
121-
}
122-
123119
.main-section .remix-callout {
124120
margin-top: 30px;
125121
}

0 commit comments

Comments
 (0)