File: icons.css

package info (click to toggle)
python-discord 2.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 8,180 kB
  • sloc: python: 46,020; javascript: 363; makefile: 154
file content (10 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (3)
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;
}