Skip to content

Commit

Permalink
font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-92 committed Dec 15, 2024
1 parent 078b169 commit 53893cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
max-width: 800px;
}
</style>
<style type="text/css">@font-face {font-family:Rye;font-style:normal;font-weight:400;src:url(/cf-fonts/s/rye/5.0.18/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Rye;font-style:normal;font-weight:400;src:url(/cf-fonts/s/rye/5.0.18/latin/400/normal.woff2);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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}</style>
<body>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rye&display=swap" rel="stylesheet"><body>
<div id="directory">
<h1>Welcome to Atlas</h1>
<h2><a href="index.html">Home</a></h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@
}
</style>
</head>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rye&display=swap" rel="stylesheet">
<body>
<header>
<h1 display='inline'>Pegleg links</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
}
</style>
</head>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rye&display=swap" rel="stylesheet">
<body>
<header>
<h1 display='inline'>Proxylist</h1><div align="center" display='inline'>
Expand Down

0 comments on commit 53893cf

Please sign in to comment.