diff --git a/client/agenda/AgendaScheduleList.vue b/client/agenda/AgendaScheduleList.vue index 12003b866..e31fe9c82 100644 --- a/client/agenda/AgendaScheduleList.vue +++ b/client/agenda/AgendaScheduleList.vue @@ -1061,7 +1061,7 @@ onBeforeUnmount(() => { &-cell-ts { border-right: 1px solid $gray-300 !important; - // -> Use system font instead of Montserrat so that all digits align vertically + // -> Use system font instead of Inter so that all digits align vertically font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1rem; font-weight: 700; diff --git a/client/index.html b/client/index.html index e6c1648de..740c99432 100644 --- a/client/index.html +++ b/client/index.html @@ -8,6 +8,8 @@ + +
diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss index afc53ef49..26cd31fce 100644 --- a/ietf/static/css/ietf.scss +++ b/ietf/static/css/ietf.scss @@ -14,6 +14,9 @@ $popover-max-width: 100%; @import "bootstrap/scss/variables"; +$font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +$font-family-monospace: "Noto Sans Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + $h1-font-size: $font-size-base * 2.2; $h2-font-size: $font-size-base * 1.8; $h3-font-size: $font-size-base * 1.6; diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 9cd386832..c5dd43fef 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -15,12 +15,8 @@ {% block title %}No title{% endblock %} - {% comment Halloween %} - - {% endcomment %} - - - + +