Skip to content

Commit 4bde660

Browse files
committed
f
1 parent 9795658 commit 4bde660

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

theme/css/chrome.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,8 +1316,8 @@ details ul li:first-child {
13161316
top: 0;
13171317
margin-left: 15px;
13181318
margin-top: 15px;
1319-
content: "\f05d";
1320-
font-family: FontAwesome;
1319+
content: "";
1320+
font-family: inherit;
13211321
font-size: 20px;
13221322
width: 20px;
13231323
height: 20px;
@@ -1330,8 +1330,8 @@ details ul li:first-child {
13301330
top: 0;
13311331
margin-left: 15px;
13321332
margin-top: 15px;
1333-
content: "\f05a";
1334-
font-family: FontAwesome;
1333+
content: "i";
1334+
font-family: inherit;
13351335
font-size: 20px;
13361336
width: 20px;
13371337
height: 20px;
@@ -1344,8 +1344,8 @@ details ul li:first-child {
13441344
top: 0;
13451345
margin-left: 15px;
13461346
margin-top: 15px;
1347-
content: "\f006";
1348-
font-family: FontAwesome;
1347+
content: "";
1348+
font-family: inherit;
13491349
font-size: 20px;
13501350
width: 20px;
13511351
height: 20px;
@@ -1358,8 +1358,8 @@ details ul li:first-child {
13581358
top: 0;
13591359
margin-left: 15px;
13601360
margin-top: 15px;
1361-
content: "\f06a";
1362-
font-family: FontAwesome;
1361+
content: "!";
1362+
font-family: inherit;
13631363
font-size: 20px;
13641364
width: 20px;
13651365
height: 20px;
@@ -1372,8 +1372,8 @@ details ul li:first-child {
13721372
top: 0;
13731373
margin-left: 15px;
13741374
margin-top: 15px;
1375-
content: "\f071";
1376-
font-family: FontAwesome;
1375+
content: "";
1376+
font-family: inherit;
13771377
font-size: 20px;
13781378
width: 20px;
13791379
height: 20px;
@@ -1467,8 +1467,8 @@ figure, figcaption{
14671467
}
14681468

14691469
li.chapter-item a.external-link::after {
1470-
content: "\f08e";
1471-
font-family: FontAwesome;
1470+
content: "";
1471+
font-family: inherit;
14721472
/* font-size: 15px; */
14731473
margin-left: 15px;
14741474
color: currentColor;

theme/index.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
{{/if}}
3333

3434
<!-- Fonts -->
35-
<link rel="stylesheet" href="{{ path_to_root }}FontAwesome/css/font-awesome.css">
3635
{{#if copy_fonts}}
3736
<link rel="stylesheet" href="{{ path_to_root }}fonts/fonts.css">
3837
{{/if}}

0 commit comments

Comments
 (0)