Glowers Club

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
include:startheader [2021/01/14 20:53]
kakol
include:startheader [2024/04/06 19:41] (current)
Line 2: Line 2:
 @font-face { @font-face {
     font-family: GlowersBrand;     font-family: GlowersBrand;
-    src: local('Zapfino'), local(cursive), local('Signpainter'), url(https://fonts.gstatic.com/s/allura/v9/9oRPNYsQpS4zjuAPjA.ttf);+    src: local('Zapfino'), local(cursive), local('Signpainter');
 } }
- +.brand-header { 
-@supports not (font-family: 'Zapfino') { +    font-family: 'Allura'font-size: 7em;
-    .brand-header { font-size: 130%}+
 } }
- +@media screen and (max-width: 550px) { 
-.brand-header { font-familyGlowersBrand } +    .brand-header { 
-</style><script> +        font-size4em
-// css is shit +    }
-function checkFont(strFamily) { +
-  var objDiv = document.createElement('div')+
-  objDiv.style.fontFamily = strFamily; +
-  objDiv.appendChild(document.createTextNode('FONT TEST')); +
-  if (window.getComputedStyle) +
-      return window.getComputedStyle(objDiv, null).getPropertyValue('font-family') === strFamily; +
-  return objDiv.currentStyle.fontFamily === strFamily;+
 } }
-if (!checkFont("Zapfino")) { +</style><h1 class="glowing brand-header" style="text-align:center;padding-top:.5em;padding-bottom:.1em"><span class="glow-hover">Glowers Club</span></h1></html>
-    const a = document.createElement("style"+
-    a.innerText = '.brand-header { font-size: 130% }' +
-    document.body.appendChild(a) +
-+
-</script><h1 class="glowing brand-header" style="text-align:center;padding-top:3em;padding-bottom:1em">Glowers Club</h1></html>+