We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f84fd commit 80f7c92Copy full SHA for 80f7c92
lib/web/css/source/lib/_typography.less
@@ -15,12 +15,8 @@
15
) {
16
@font-face {
17
font-family: @family-name;
18
- src: url('@{font-path}.eot');
19
- src: url('@{font-path}.eot?#iefix') format('embedded-opentype'),
20
- url('@{font-path}.woff2') format('woff2'),
21
- url('@{font-path}.woff') format('woff'),
22
- url('@{font-path}.ttf') format('truetype'),
23
- url('@{font-path}.svg#@{family-name}') format('svg');
+ src: url('@{font-path}.woff2') format('woff2'),
+ url('@{font-path}.woff') format('woff');
24
font-weight: @font-weight;
25
font-style: @font-style;
26
}
0 commit comments