Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Forgot to change font file version (#1339)

* Add icon-user to nyacon font

* forgot to update font file versions

Some people will still get the old font files without the icon-user added to it
Cette révision appartient à :
Golumpa 2017-08-04 01:10:15 +01:00 révisé par ewhal
Parent 75a98cf6e7
révision 6ce056adf0

Voir le fichier

@ -1,7 +1,7 @@
@font-face {
font-family: 'nyacon';
src: url('./font/nyacon.eot?1588873');
src: url('./font/nyacon.eot?1588873#iefix') format('embedded-opentype'), url('./font/nyacon.woff2?1588873') format('woff2'), url('./font/nyacon.woff?1588873') format('woff'), url('./font/nyacon.ttf?1588873') format('truetype'), url('./font/nyacon.svg?1588873#nyacon') format('svg');
src: url('./font/nyacon.eot?61155854');
src: url('./font/nyacon.eot?61155854#iefix') format('embedded-opentype'), url('./font/nyacon.woff2?61155854') format('woff2'), url('./font/nyacon.woff?61155854') format('woff'), url('./font/nyacon.ttf?61155854') format('truetype'), url('./font/nyacon.svg?61155854#nyacon') format('svg');
font-weight: normal;
font-style: normal;
}
@ -17,7 +17,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'nyacon';
src: url('../font/nyacon.svg?1588873#nyacon') format('svg');
src: url('../font/nyacon.svg?61155854#nyacon') format('svg');
}
}
*/