Optimized custom font sizes.
This commit is contained in:
parent
3f71cdc8b1
commit
ac71084a7d
Binary file not shown.
Binary file not shown.
BIN
assets/baloo_thambi_2/baloothambi2-bold-webfont.woff
Normal file
BIN
assets/baloo_thambi_2/baloothambi2-bold-webfont.woff
Normal file
Binary file not shown.
BIN
assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2
Normal file
BIN
assets/baloo_thambi_2/baloothambi2-bold-webfont.woff2
Normal file
Binary file not shown.
BIN
assets/baloo_thambi_2/baloothambi2-medium-webfont.woff
Normal file
BIN
assets/baloo_thambi_2/baloothambi2-medium-webfont.woff
Normal file
Binary file not shown.
BIN
assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2
Normal file
BIN
assets/baloo_thambi_2/baloothambi2-medium-webfont.woff2
Normal file
Binary file not shown.
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
14
style.css
14
style.css
|
|
@ -10,15 +10,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@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'),
|
||||||
|
url('assets/baloo_thambi_2/baloothambi2-medium-webfont.woff') format('woff');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: 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'),
|
||||||
|
url('assets/baloo_thambi_2/baloothambi2-bold-webfont.woff') format('woff');
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue