Skip to content

Commit 22bbb9d

Browse files
author
Marco Pereirinha
committed
Remove unecessary cache busters
1 parent 6c51382 commit 22bbb9d

File tree

1 file changed

+5
-5
lines changed
  • cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/src/components

1 file changed

+5
-5
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/src/components/_brand.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family : 'cloudinary';
3-
src : url('fonts/cloudinary.eot?xr4567gh');
4-
src : url('fonts/cloudinary.eot?xr4567gh#iefix') format('embedded-opentype'),
5-
url('fonts/cloudinary.ttf?xr4567gh') format('truetype'),
6-
url('fonts/cloudinary.woff?xr4567gh') format('woff'),
7-
url('fonts/cloudinary.svg?xr4567gh#cloudinary') format('svg');
3+
src : url('fonts/cloudinary.eot');
4+
src : url('fonts/cloudinary.eot?x#iefix') format('embedded-opentype'),
5+
url('fonts/cloudinary.ttf') format('truetype'),
6+
url('fonts/cloudinary.woff') format('woff'),
7+
url('fonts/cloudinary.svg?x#cloudinary') format('svg');
88
font-weight : normal;
99
font-style : normal;
1010
}

0 commit comments

Comments
 (0)