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
Next revision Both sides next revision
include:startheader [2021/01/14 20:53]
kakol
include:startheader [2021/01/16 04:15]
kakol
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 { font-family: GlowersBrand, 'Allura'; font-size: 4em; 
-@supports not (font-family: 'Zapfino') { +</style><h1 class="glowing brand-header" style="text-align:center;padding-top:2.5em;padding-bottom:1em">Glowers Club</h1></html>
-    .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(objDivnull).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>+