diff --git a/static/css/styles.css b/static/css/styles.css index c1a37ef..3aa8dd0 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -218,6 +218,11 @@ section.register>h1 { line-height: 22px; } +@font-face { + font-family: "mr_NorwesterG"; + src: url("/static/fonts/mr_NorwesterG.ttf"); +} + .first-column>div:nth-child(2)>div:first-child { color: #FFF; /* Body text 3 */ diff --git a/static/js/global_js.js b/static/js/global_js.js index b72ab13..71ddb13 100644 --- a/static/js/global_js.js +++ b/static/js/global_js.js @@ -19,6 +19,7 @@ function getNewMessageSession (){ // 'new_message' : 'False' // } // } + // b = cookieS return prs_; }