chore: use standardization library

This commit is contained in:
Jim Jenkins 2021-05-11 16:06:16 -04:00
parent 032b6e6cdb
commit 81670b0c1a
6 changed files with 2441 additions and 1050 deletions

View file

@ -7,10 +7,11 @@
}
.vjs-icon-placeholder {
// From video.js font: https://github.com/videojs/font
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
font-family: 'VideoJS';
font-weight: normal;
font-style: normal;
&:before {
&::before {
content: '\f110';
}
}