Compare commits

...

2 Commits

Author SHA1 Message Date
Robert McGovern 4fbe3dd159 Merge branch 'main' of git.tarasis.net:tarasis/rmcg.dev
# Conflicts:
#	projects/FrontendMentor/newbie/social-links-profile/assets/css/typography.css
2024-02-22 12:51:44 +00:00
Robert McGovern 557f2f157a incorrect font location fixed
(helps to test fix first *facepalm*
2024-02-22 12:48:46 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@font-face {
font-family: "Inter";
src: url("./assets/fonts/Inter-VariableFont_slnt\,wght.ttf");
src: url("../fonts/Inter-VariableFont_slnt\,wght.ttf");
}