seti.css

1.7 kB · css · 137 lines

1/* FACE */23@font-face {4  font-family: "seti";5  font-style: normal;6  font-weight: 400;7  src: url("./seti.woff2") format("woff2");8  font-display: block;9}1011/* GLYPH */1213.si {14  flex: none;15  font-family: "seti";16  font-size: var(--font-size);17  line-height: 1;18  text-align: center;19  width: var(--font-size);20}2122.si::before {23  color: #d4d7d6;24  content: "\e023";25}2627/* TYPES */2829.si-c::before {30  color: #519aba;31  content: "\e00c";32}3334.si-config::before {35  color: #6d8086;36  content: "\e019";37}3839.si-css::before {40  color: #519aba;41  content: "\e01d";42}4344.si-csv::before {45  color: #8dc149;46  content: "\e01e";47}4849.si-cuda::before {50  color: #8dc149;51  content: "\e01f";52}5354.si-favicon::before {55  color: #cbcb41;56  content: "\e02f";57}5859.si-font::before {60  color: #cc3e44;61  content: "\e033";62}6364.si-git::before {65  color: #41535b;66  content: "\e034";67}6869.si-h::before {70  color: #a074c4;71  content: "\e00c";72}7374.si-html::before {75  color: #e37933;76  content: "\e048";77}7879.si-image::before {80  color: #a074c4;81  content: "\e04c";82}8384.si-js::before {85  color: #cbcb41;86  content: "\e051";87}8889.si-json::before {90  color: #cbcb41;91  content: "\e055";92}9394.si-license::before {95  color: #cbcb41;96  content: "\e05a";97}9899.si-lock::before {100  color: #8dc149;101  content: "\e05d";102}103104.si-markdown::before {105  color: #519aba;106  content: "\e060";107}108109.si-python::before {110  color: #519aba;111  content: "\e07b";112}113114.si-react::before {115  color: #519aba;116  content: "\e07d";117}118119.si-rust::before {120  color: #6d8086;121  content: "\e082";122}123124.si-shell::before {125  color: #8dc149;126  content: "\e089";127}128129.si-svg::before {130  color: #a074c4;131  content: "\e091";132}133134.si-ts::before {135  color: #519aba;136  content: "\e099";137}