Skip to content

Commit ea58173

Browse files
committed
replaced ttfs with local copies
1 parent 23a837b commit ea58173

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

css/webflow.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2048,31 +2048,31 @@ textarea.w-input, textarea.w-select {
20482048

20492049
@font-face {
20502050
font-family: Spacemono;
2051-
src: url("https://cdn.prod.website-files.com/63eb258eae57fdd13c41eaff/63eb275c8167117e96ad01da_SpaceMono-Bold.ttf") format("truetype");
2051+
src: url("../ttf/SpaceMono-Bold.ttf") format("truetype");
20522052
font-weight: 700;
20532053
font-style: normal;
20542054
font-display: swap;
20552055
}
20562056

20572057
@font-face {
20582058
font-family: Spacemono;
2059-
src: url("https://cdn.prod.website-files.com/63eb258eae57fdd13c41eaff/63eb275c334e6187da518478_SpaceMono-Regular.ttf") format("truetype");
2059+
src: url("../ttf/SpaceMono-Regular.ttf") format("truetype");
20602060
font-weight: 400;
20612061
font-style: normal;
20622062
font-display: swap;
20632063
}
20642064

20652065
@font-face {
20662066
font-family: Helveticaneue;
2067-
src: url("https://cdn.prod.website-files.com/63eb258eae57fdd13c41eaff/63eb36fdf03250c91ea73a39_HelveticaNeue%20Regular.ttf") format("truetype");
2067+
src: url("../ttf/HelveticaNeue-Regular.ttf") format("truetype");
20682068
font-weight: 400;
20692069
font-style: normal;
20702070
font-display: swap;
20712071
}
20722072

20732073
@font-face {
20742074
font-family: Helveticaneue;
2075-
src: url("https://cdn.prod.website-files.com/63eb258eae57fdd13c41eaff/63eb36fd49ff871185449f75_HelveticaNeue%20Bold.ttf") format("truetype");
2075+
src: url("../ttf/HelveticaNeue-Bold.ttf") format("truetype");
20762076
font-weight: 700;
20772077
font-style: normal;
20782078
font-display: swap;

ttf/HelveticaNeue-Bold.ttf

38.6 KB
Binary file not shown.

ttf/HelveticaNeue-Regular.ttf

40.2 KB
Binary file not shown.

ttf/SpaceMono-Bold.ttf

84.6 KB
Binary file not shown.

ttf/SpaceMono-Regular.ttf

88.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)