Skip to content

Commit 0e16d1a

Browse files
sf pro for backup
1 parent eb0b5eb commit 0e16d1a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

style.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lato:wght@300&family=Noto+Color+Emoji:wght@400&display=swap');
2+
@font-face {
3+
font-family: 'SF Pro Rounded';
4+
font-style: normal;
5+
font-weight: 400;
6+
src: url("https://raw.githubusercontent.com/SquareScreamYT/sf-fonts/master/SF-Pro-Rounded-Light.otf") format("opentype");
7+
}
28

39
:root {
410
--bg-color: #ecfeff;
@@ -63,7 +69,7 @@
6369
}
6470

6571
select {
66-
font-family: "Nunito", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
72+
font-family: "Nunito", "SF Pro Rounded", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
6773
appearance: none;
6874
-webkit-appearance: none;
6975
-moz-appearance: none;
@@ -108,7 +114,7 @@ html {
108114
body {
109115
background-color: var(--bg-color);
110116
color: var(--text-color);
111-
font-family: "Nunito", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
117+
font-family: "Nunito", "SF Pro Rounded", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
112118
margin: 0;
113119
padding-left: 20vw;
114120
padding-right: 20vw;
@@ -133,7 +139,7 @@ body {
133139
position: relative;
134140
z-index: 2;
135141
font-weight: bold;
136-
font-family: "Nunito", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
142+
font-family: "Nunito", "SF Pro Rounded", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
137143
}
138144

139145

@@ -178,7 +184,7 @@ body {
178184
position: relative;
179185
z-index: 1;
180186
font-weight: medium;
181-
font-family: "Nunito", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
187+
font-family: "Nunito", "SF Pro Rounded", "Apple Color Emoji", "Noto Color Emoji", "Lato", system-ui, -apple-system, Roboto, Oxygen, Ubuntu, Cantarell, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif, monospace;
182188
}
183189

184190
.content p {

0 commit comments

Comments
 (0)