mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
22 lines
502 B
CSS
22 lines
502 B
CSS
@font-face {
|
|
font-family: Lilex;
|
|
src: url("/assets/fonts/Lilex[wght]-v2_620.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-weight: 100 700;
|
|
font-display: block;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Lilex;
|
|
src: url("/assets/fonts/Lilex-Italic[wght]-v2_620.woff2") format("woff2");
|
|
font-style: italic;
|
|
font-weight: 100 700;
|
|
font-display: block;
|
|
}
|
|
|
|
html {
|
|
font-family:
|
|
"Lilex", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
"Liberation Mono", "Courier New", monospace;
|
|
}
|