Skip to content

Commit 97d1824

Browse files
committed
skip inter
1 parent 8e75403 commit 97d1824

File tree

3 files changed

+4
-208
lines changed

3 files changed

+4
-208
lines changed

Diff for: _sass/_inter.scss

-196
This file was deleted.

Diff for: _sass/_og.scss

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
/* @import url("https://rsms.me/inter/inter.css"); */
3-
4-
html { font-family: 'Inter', sans-serif; }
5-
6-
@supports (font-variation-settings: normal) {
7-
html { font-family: 'Inter var', sans-serif; }
8-
}
9-
101
/*
112
* Fonts
123
*/
@@ -57,8 +48,10 @@ body {
5748
max-width: 64em;
5849
padding: 2em;
5950
margin: 0 auto;
60-
font: 1rem/1.5 Inter, sans-serif;
61-
color: #5a5a5a;
51+
font-size: 1rem;
52+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
53+
line-height: 1.5;
54+
color: #555;
6255
}
6356

6457
a {

Diff for: cg.scss

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* https://codeguide.co
99
*/
1010

11-
@import "inter";
1211
@import "ads";
1312
@import "syntax";
1413
@import "og";

0 commit comments

Comments
 (0)