File: icons.css

package info (click to toggle)
python-discord 2.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,544 kB
  • sloc: python: 39,493; javascript: 363; makefile: 156
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
@font-face {
    font-family: 'Custom Icons';
    font-style: normal;
    font-weight: 400;
    src: url('icons.woff') format('woff2');
}

.custom-icons {
    font-family: 'Custom Icons' !important;
}