diff options
| author | Carson Fleming <cflems@cflems.net> | 2024-01-09 19:12:14 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2024-01-09 19:12:14 -0500 |
| commit | ea6c42fec59f5a6cad6f988ae30395eb4bf774c9 (patch) | |
| tree | 172cd6e3d5921c8f3d8ac1f952adb7bfe2cf80de /static | |
| parent | e74dcc4f14446b4ec14ff8bf4b83149f97c53e9e (diff) | |
| download | fle.ms-ea6c42fec59f5a6cad6f988ae30395eb4bf774c9.tar.gz | |
Use c.fle.ms instead of external cdn
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/fonts.css | 2 | ||||
| -rw-r--r-- | static/css/standard.css | 6 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/notfound.html | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/static/css/fonts.css b/static/css/fonts.css index 26c0794..95f853e 100644 --- a/static/css/fonts.css +++ b/static/css/fonts.css @@ -1 +1 @@ -@font-face{font-family:myriad pro;font-weight:300;font-display:swap;src:url(https://cdn.cflems.net/myriad-300.woff2) format('woff2')}@font-face{font-family:myriad pro;font-weight:400;font-display:swap;src:url(https://cdn.cflems.net/myriad-400.woff2) format('woff2')}@font-face{font-family:myriad pro;font-weight:700;font-display:swap;src:url(https://cdn.cflems.net/myriad-700.woff2) format('woff2')}@font-face{font-family:dejavu sans;font-weight:200;font-display:swap;src:url(https://cdn.cflems.net/deja-200.woff2) format('woff2')}@font-face{font-family:dejavu sans;font-weight:400;font-display:swap;src:url(https://cdn.cflems.net/deja-400.woff2) format('woff2')}@font-face{font-family:roboto;font-weight:100;font-display:swap;src:url(https://cdn.cflems.net/roboto-100.woff2) format('woff2')}@font-face{font-family:roboto;font-weight:400;font-display:swap;src:url(https://cdn.cflems.net/roboto-400.woff2) format('woff2')}@font-face{font-family:roboto;font-weight:700;font-display:swap;src:url(https://cdn.cflems.net/roboto-700.woff2) format('woff2')}@font-face{font-family:source code pro;font-weight:300;font-display:swap;src:url(https://cdn.cflems.net/src-300.woff2) format('woff2')}@font-face{font-family:source code pro;font-weight:400;font-display:swap;src:url(https://cdn.cflems.net/src-400.woff2) format('woff2')}@font-face{font-family:source code pro;font-weight:700;font-display:swap;src:url(https://cdn.cflems.net/src-700.woff2) format('woff2')}:root{--cflems-ff-text-primary: 'Myriad Pro', 'PT Sans', 'Segoe UI', 'Helvetica', sans-serif;--cflems-ff-text-secondary: 'DejaVu Sans', 'Vera Sans', 'Verdana', 'Tahoma', sans-serif;--cflems-ff-text-tertiary: 'Roboto', 'Heron Sans', 'Titling Gothic', 'Arial', sans-serif;--cflems-ff-text-mono: 'Source Code Pro', 'Inconsolata', 'Courier New', 'Courier', monospace}
\ No newline at end of file +@font-face{font-family:myriad pro;font-weight:300;font-display:swap;src:url(https://c.fle.ms/myriad-300.woff2) format('woff2')}@font-face{font-family:myriad pro;font-weight:400;font-display:swap;src:url(https://c.fle.ms/myriad-400.woff2) format('woff2')}@font-face{font-family:myriad pro;font-weight:700;font-display:swap;src:url(https://c.fle.ms/myriad-700.woff2) format('woff2')}@font-face{font-family:dejavu sans;font-weight:200;font-display:swap;src:url(https://c.fle.ms/deja-200.woff2) format('woff2')}@font-face{font-family:dejavu sans;font-weight:400;font-display:swap;src:url(https://c.fle.ms/deja-400.woff2) format('woff2')}@font-face{font-family:roboto;font-weight:100;font-display:swap;src:url(https://c.fle.ms/roboto-100.woff2) format('woff2')}@font-face{font-family:roboto;font-weight:400;font-display:swap;src:url(https://c.fle.ms/roboto-400.woff2) format('woff2')}@font-face{font-family:roboto;font-weight:700;font-display:swap;src:url(https://c.fle.ms/roboto-700.woff2) format('woff2')}@font-face{font-family:source code pro;font-weight:300;font-display:swap;src:url(https://c.fle.ms/src-300.woff2) format('woff2')}@font-face{font-family:source code pro;font-weight:400;font-display:swap;src:url(https://c.fle.ms/src-400.woff2) format('woff2')}@font-face{font-family:source code pro;font-weight:700;font-display:swap;src:url(https://c.fle.ms/src-700.woff2) format('woff2')}:root{--cflems-ff-text-primary: 'Myriad Pro', 'PT Sans', 'Segoe UI', 'Helvetica', sans-serif;--cflems-ff-text-secondary: 'DejaVu Sans', 'Vera Sans', 'Verdana', 'Tahoma', sans-serif;--cflems-ff-text-tertiary: 'Roboto', 'Heron Sans', 'Titling Gothic', 'Arial', sans-serif;--cflems-ff-text-mono: 'Source Code Pro', 'Inconsolata', 'Courier New', 'Courier', monospace}
\ No newline at end of file diff --git a/static/css/standard.css b/static/css/standard.css index 76224b9..f629fbe 100644 --- a/static/css/standard.css +++ b/static/css/standard.css @@ -18,7 +18,7 @@ body { color: #000000; background-image: linear-gradient(to bottom, #fffffff0 10%, #ffffff90 50%, #ffffff70), - url('https://cdn.cflems.net/fle.ms/lake.webp'); + url('https://c.fle.ms/fle.ms/lake.webp'); } #header { padding: 2rem 0; @@ -31,7 +31,7 @@ body { } #header #logo { padding: 0.25em 0em 0em 1.75em; - background-image: url('https://cdn.cflems.net/fle.ms/logo.webp'); + background-image: url('https://c.fle.ms/fle.ms/logo.webp'); background-repeat: no-repeat; background-size: contain; background-position: left center; @@ -172,7 +172,7 @@ body { background-color: #101010; background-image: linear-gradient(to top, #000000f0 20%, #00000090 50%, #00000070), - url('https://cdn.cflems.net/fle.ms/earth.webp'); + url('https://c.fle.ms/fle.ms/earth.webp'); } #content a { color: #68369b; diff --git a/static/index.html b/static/index.html index c25c686..86843a9 100644 --- a/static/index.html +++ b/static/index.html @@ -6,7 +6,7 @@ <meta name="author" content="Carson Fleming" /> <meta name="description" content="fle.ms is a REST API driven URL shortener—a service which stores long and complicated URLs such as Google Drive documents, GitHub commit references, Spotify playlists, and social media permalinks." /> <link rel="canonical" href="https://fle.ms/" /> - <link rel="icon" type="image/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" /> + <link rel="icon" type="image/svg+xml" href="https://c.fle.ms/fle.ms/logo.svg" /> <link rel="stylesheet" type="text/css" href="css/fonts.css" /> <link rel="stylesheet" type="text/css" href="css/standard.css" /> <link rel="stylesheet" type="text/css" href="css/mobile.css" /> diff --git a/static/notfound.html b/static/notfound.html index 751d2f5..c53962b 100644 --- a/static/notfound.html +++ b/static/notfound.html @@ -6,7 +6,7 @@ <meta name="author" content="Carson Fleming" /> <meta name="description" content="fle.ms case-insensitive url shortener." /> <link rel="canonical" href="https://fle.ms/" /> - <link rel="icon" type="image/svg+xml" href="https://cdn.cflems.net/fle.ms/logo.svg" /> + <link rel="icon" type="image/svg+xml" href="https://c.fle.ms/fle.ms/logo.svg" /> <link rel="stylesheet" type="text/css" href="/css/fonts.css" /> <link rel="stylesheet" type="text/css" href="/css/standard.css" /> <link rel="stylesheet" type="text/css" href="/css/mobile.css" /> |
