1

In css I have the following code:

@font-face {
    src: url('/dist/assets/fonts/icomoon.eot?8as5lf');

What does the 8as5lf stand for? When I go to the file location I dont see those characters anywhere.

AngularDebutant
  • 1,436
  • 5
  • 19
  • 41
  • 1
    It could be a form of cache busting (see e.g. https://stackoverflow.com/q/9692665/1220550) or it could be a really simple kind of access code, or a simple usage tracking code. Hard to say more from a distance. – Peter B Dec 13 '17 at 11:08
  • Looks like it might be a Git SHA short code, so perhaps it points to a specific commit for the font. – delinear Dec 13 '17 at 11:21
  • I have the same question. I created a font with [icon-font-generator](https://www.npmjs.com/package/icon-font-generator) and there are long numbers behind the url. – KargWare Sep 09 '22 at 11:17

0 Answers0