fixed some issues that lighthouse showed
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg-secondary text-center pt-5 pb-4">
|
<div class="bg-secondary text-center pt-5 pb-4">
|
||||||
<div class="icons pb-4">
|
<div class="icons pb-4">
|
||||||
<a class="text-white" href="https://git.harting.dev/CSGOWTF" target="_blank">
|
<a class="text-white" href="https://git.harting.dev/CSGOWTF" target="_blank" aria-label="Git Link">
|
||||||
<!-- <i class="bi bi-github"></i>-->
|
<!-- <i class="bi bi-github"></i>-->
|
||||||
<img src="../assets/images/icons/gitea.svg" alt="">
|
<img src="../assets/images/icons/gitea.svg" alt="Gitea Icon">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
|
@@ -2,19 +2,23 @@
|
|||||||
//@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
//@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "OpenSans";
|
font-family: "OpenSans";
|
||||||
src: local('OpenSans'), url("../assets/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
|
src: local('Arial'), local('OpenSans'), url("../assets/fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "OpenSansItalic";
|
font-family: "OpenSansItalic";
|
||||||
src: local('OpenSansItalic'), url("../assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
|
src: local('Arial'), local('OpenSansItalic'), url("../assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "CSRegular";
|
font-family: "CSRegular";
|
||||||
src: local('CSRegular'), url("../assets/fonts/cs_regular.ttf") format("truetype");
|
src: local('Arial'), local('CSRegular'), url("../assets/fonts/cs_regular.ttf") format("truetype");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Orbitron";
|
font-family: "Orbitron";
|
||||||
src: local('Orbitron'), url("../assets/fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
|
src: local('Arial'), local('Orbitron'), url("../assets/fonts/Orbitron-VariableFont_wght.ttf") format("truetype");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default variable overrides
|
// Default variable overrides
|
||||||
|
Reference in New Issue
Block a user