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_32.png" sizes="32x32"/>
|
||||
|
||||
<link href="style.css?v=1.1.0" rel="stylesheet"/>
|
||||
<link href="style.css?v=1.1.1" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
|||
22
style.css
22
style.css
|
|
@ -10,17 +10,19 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-family:"Baloo Thambi 2";
|
||||
src:url("assets/baloo_thambi_2/BalooThambi2-Medium.ttf") format("truetype");
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
font-family: 'Baloo Thambi 2';
|
||||
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-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family:"Baloo Thambi 2";
|
||||
src:url("assets/baloo_thambi_2/BalooThambi2-Bold.ttf") format("truetype");
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
font-family: 'Baloo Thambi 2';
|
||||
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-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -51,9 +53,9 @@ hr {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Duck Hunt", sans-serif;
|
||||
/*font-family: "Duck Hunt", sans-serif;*/
|
||||
font-size: 1.5rem;
|
||||
font-weight: normal;
|
||||
/*font-weight: normal;*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue