stylesheet changes

This commit is contained in:
Norm Rasmussen
2022-04-19 16:27:08 -04:00
parent bdc2834e51
commit 6f5e5daf7b
5 changed files with 18 additions and 6 deletions

View File

@ -48,9 +48,20 @@
1.0 GLOBAL SYLING
*/
@font-face {
font-family: "PlusJakartaSans-Regular";
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Regular.woff);
}
@font-face {
font-family: "PlusJakartaSans-Bold";
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Bold.woff);
font-weight: bold;
}
body {
background: white;
font-family: "Plus Jakarta Sans", "Regular", "Arial", sans-serif;
font-family: "PlusJakartaSans-Regular", sans-serif;
}
/* div {
@ -1145,7 +1156,7 @@ button.jryxug {
.np-button.dropdown-button:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
font-family: "PlusJakartaSans-Bold";
position: absolute;
width: 20px;
height: 100%;