mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
This PR adds basic support for the upcoming release Vegvisir 3.1 Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/11 Co-authored-by: Victor Westerlund <victor.vesterlund@gmail.com> Co-committed-by: Victor Westerlund <victor.vesterlund@gmail.com>
8 lines
No EOL
222 B
CSS
8 lines
No EOL
222 B
CSS
@font-face {
|
|
font-family: "Roboto Mono";
|
|
src:
|
|
url("/assets/fonts/roboto-mono.woff2") format("woff2 supports variations"),
|
|
url("/assets/fonts/roboto-mono.woff2") format("woff2-variations")
|
|
;
|
|
font-weight: 100 900;
|
|
} |