Optimized custom font sizes.

This commit is contained in:
Fristi 2022-01-23 15:21:51 +01:00
parent 3f71cdc8b1
commit ac71084a7d
No known key found for this signature in database
GPG key ID: A7451474B7F0D49B
8 changed files with 13 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -6,8 +6,7 @@
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/> <link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_16.png" sizes="16x16"/>
<link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/> <link rel="shortcut icon" type="image/jpg" href="assets/subcon/favicon_32.png" sizes="32x32"/>
<link href="style.css?v=1.1.1" rel="stylesheet"/>
<link href="style.css?v=1.1.0" rel="stylesheet"/>
</head> </head>
<body> <body>

View file

@ -10,17 +10,19 @@
} }
@font-face { @font-face {
font-family:"Baloo Thambi 2"; font-family: 'Baloo Thambi 2';
src:url("assets/baloo_thambi_2/BalooThambi2-Medium.ttf") format("truetype"); src: url('assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2') format('woff2'),
font-weight:normal; url('assets/baloo_thambi_2/baloothambi2-medium-webfont.woff') format('woff');
font-style:normal; font-weight: normal;
font-style: normal;
} }
@font-face { @font-face {
font-family:"Baloo Thambi 2"; font-family: 'Baloo Thambi 2';
src:url("assets/baloo_thambi_2/BalooThambi2-Bold.ttf") format("truetype"); src: url('assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2') format('woff2'),
font-weight:bold; url('assets/baloo_thambi_2/baloothambi2-bold-webfont.woff') format('woff');
font-style:normal; font-weight: bold;
font-style: normal;
} }
@ -51,9 +53,9 @@ hr {
} }
h1 { h1 {
font-family: "Duck Hunt", sans-serif; /*font-family: "Duck Hunt", sans-serif;*/
font-size: 1.5rem; font-size: 1.5rem;
font-weight: normal; /*font-weight: normal;*/
text-align: center; text-align: center;
} }