mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
53 lines
633 B
CSS
53 lines
633 B
CSS
|
|
/*
|
|
that was the original copyright ^
|
|
now here's a tiny subset of fontawesome
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: 'fa';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
src: url("mini-fa.woff") format("woff");
|
|
}
|
|
|
|
.fa,
|
|
.fas,
|
|
.far,
|
|
.fal,
|
|
.fad,
|
|
.fab {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
display: inline-block;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
text-rendering: auto;
|
|
line-height: 1;
|
|
font-family: 'fa';
|
|
font-weight: 400;
|
|
}
|
|
|
|
:add
|
|
arrows-alt
|
|
bold
|
|
code
|
|
columns
|
|
eraser
|
|
eye
|
|
heading
|
|
image
|
|
italic
|
|
lightbulb
|
|
link
|
|
list-ol
|
|
list-ul
|
|
minus
|
|
question-circle
|
|
quote-left
|
|
redo
|
|
save
|
|
strikethrough
|
|
table
|
|
undo |