Skip to content

Commit

Permalink
modified: css/portfolio-hero.css
Browse files Browse the repository at this point in the history
	modified:   css/preloader.css
	new file:   fonts/AdornStorySerif.woff
	new file:   img/masks/maskable_icon.png
	new file:   img/masks/maskable_icon1.png
	new file:   img/masks/maskable_icon2.png
	modified:   manifest.json
	modified:   offline-uzitrake.js
  • Loading branch information
vickkie committed Jan 25, 2024
1 parent bce0bd9 commit 2ab02e9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions css/portfolio-hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ body {
@font-face {
font-display: swap;
font-family: "LA-LUXE";
src: url("fonts/LA\ LUXE.woff") format("woff");
src: url("../fonts/LA\ LUXE.woff") format("woff");
}

@font-face {
font-display: swap;
font-family: "AdornScript";
src: url("fonts/AdornStoryScript.woff") format("woff");
src: url("../fonts/AdornStoryScript.woff") format("woff");
}

a {
Expand Down
2 changes: 1 addition & 1 deletion css/preloader.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-display: swap;
font-family: "cirka";
src: url("fonts/NeueuHaas/NeueHaasDisplayMediu.woff") format("woff");
src: url("../fonts/NeueuHaas/NeueHaasDisplayMediu.woff") format("woff");
}

.title-uzi {
Expand Down
Binary file added fonts/AdornStorySerif.woff
Binary file not shown.
Binary file added img/masks/maskable_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/masks/maskable_icon1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/masks/maskable_icon2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"icons": [

{
"src": "../assets/images/maskable_icon2.png",
"src": "img/masks/maskable_icon2.png",
"sizes": "196x196",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "../assets/images/maskable_icon1.png",
"src": "img/masks/maskable_icon1.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
Expand Down
2 changes: 1 addition & 1 deletion offline-uzitrake.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let offlineUrl="offline.html";
const cacheAssets =[
offlineUrl,
// '../assets/svg/trakexcel-t.svg',
'../css/fonts/AdornStorySerif.woff'
'fonts/AdornStorySerif.woff'

];

Expand Down

0 comments on commit 2ab02e9

Please sign in to comment.