Glowers Club

Differences

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

Link to this comparison view

include:startheader [2021/01/14 20:53]
kakol
include:startheader [2024/04/06 19:41]
Line 1: Line 1:
-<html><style> 
-@font-face { 
-    font-family: GlowersBrand; 
-    src: local('Zapfino'), local(cursive), local('Signpainter'), url(https://fonts.gstatic.com/s/allura/v9/9oRPNYsQpS4zjuAPjA.ttf); 
-} 
  
-@supports not (font-family: 'Zapfino') { 
-    .brand-header { font-size: 130%; } 
-} 
- 
-.brand-header { font-family: GlowersBrand } 
-</style><script> 
-// 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")) { 
-    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>