Skip to content

Commit c4293ff

Browse files
committed
ope
1 parent a7fbf96 commit c4293ff

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

apps/home/index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,30 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
88
<title>Glimdown</title>
9-
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<!-- <link rel="preconnect" href="https://fonts.googleapis.com"> -->
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11-
<link href="https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Yellowtail&display=swap" rel="stylesheet">
11+
<!-- <link href="https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Yellowtail&display=swap" rel="stylesheet"> -->
1212
<style>
13+
/* latin */
14+
@font-face {
15+
font-family: 'Racing Sans One';
16+
font-style: normal;
17+
font-weight: 400;
18+
font-display: swap;
19+
src: url(https://fonts.gstatic.com/s/racingsansone/v16/sykr-yRtm7EvTrXNxkv5jfKKyDCAKHDn.woff2) format('woff2');
20+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
21+
}
22+
23+
/* latin */
24+
@font-face {
25+
font-family: 'Yellowtail';
26+
font-style: normal;
27+
font-weight: 400;
28+
font-display: swap;
29+
src: url(https://fonts.gstatic.com/s/yellowtail/v24/OZpGg_pnoDtINPfRIlLohlvHwQ.woff2) format('woff2');
30+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
31+
}
32+
1333
html,
1434
body {
1535
padding: 0 !important;

0 commit comments

Comments
 (0)