Skip to content

Commit af4d61d

Browse files
committed
do not need to import font
1 parent 3cb7fcf commit af4d61d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/compass/src/app/styles/fonts.less

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,3 @@
7070
url('@{compass-fonts-path}/EuclidCircularA-RegularItalic-WebXL.woff')
7171
format('woff');
7272
}
73-
74-
/* Regular */
75-
@font-face {
76-
font-family: 'Source Code Pro';
77-
font-weight: 400, normal;
78-
src: url('font/SourceCodePro-Regular.otf.woff2') format('woff2'),
79-
url('font/SourceCodePro-Regular.otf.woff') format('woff');
80-
}

0 commit comments

Comments
 (0)