Update styles.scss

treat numbers as monospaced characters
This commit is contained in:
7go4bs9h 2023-08-24 01:56:39 -04:00 committed by GitHub
parent 0a36a3fd20
commit 26e08c765c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,7 @@
@import "../node_modules/bulma/bulma.sass";
@import "../node_modules/@fortawesome/fontawesome-free/css/all.css";
// treat numbers as monospaced characters
body {
font-feature-settings: "tnum";
}