diff -r 0e6703cd0968 -r ac1a026edd58 client/src/scss/_custom.scss --- 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; +}