make phone number clickable; use kbcc font family

This commit is contained in:
Mark Eaton
2022-08-09 09:41:13 -04:00
parent 669513c557
commit 0c54e0e105
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,7 @@
<style>
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
:root {
--kbccblue: #003466;
--kbccorange: #ff4e00;
@@ -8,6 +10,7 @@
body {
color: var(--text);
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}