| changeset 174 | ac1a026edd58 |
| parent 170 | 7da1d5137b0b |
| child 191 | 3f71ad81a5a9 |
--- a/client/src/scss/_custom.scss Fri Nov 16 11:19:13 2018 +0100 +++ b/client/src/scss/_custom.scss Fri Nov 16 17:01:19 2018 +0100 @@ -1,6 +1,8 @@ @import "bootstrap/scss/functions"; @import "bootstrap/scss/variables"; +$font-family-base: 'Rubik', sans-serif; + $theme-colors: ( "primary": #769FED, "secondary": white, @@ -51,3 +53,8 @@ @import "bootstrap/scss/bootstrap"; + +.text-irinotes-time { + font-family: 'Roboto Mono', monospace; + font-weight: 400; +}