add browser specific optimizations
- firefox has a problem with flashes of unstyled content - chrome only supports mask-image without -webkit prefix very recently
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
|
||||
<link href="index.css" rel="stylesheet"/>
|
||||
<script>
|
||||
/*to prevent Firefox FOUC, this must be here*/
|
||||
let FF_FOUC_FIX;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<main class="content">
|
||||
|
Reference in New Issue
Block a user