Skip to content

Commit 03767cb

Browse files
authored
Merge pull request #371 from lule345/master
Removing Google Fonts API
2 parents 0564441 + 848c662 commit 03767cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

assets/merriweathr.ttf

348 KB
Binary file not shown.

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
1+
@font-face {
22

3+
font-family: "Merriweather";
4+
src: url(./assets/merriweathr.ttf);
5+
}
36

47
:root {
58
--red: #ffcaca;

0 commit comments

Comments
 (0)