format code
This commit is contained in:
parent
40182703e4
commit
a1184c492f
2 changed files with 37 additions and 37 deletions
10
src/app.html
10
src/app.html
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* TODO: mobile media queries */
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
font-family: 'Inter';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url("Inter-Regular.woff2") format("woff2");
|
||||
src: url('Inter-Regular.woff2') format('woff2');
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue