diff --git a/fnt/montserrat-light.ttf b/fnt/montserrat-light.ttf new file mode 100644 index 0000000..990857d Binary files /dev/null and b/fnt/montserrat-light.ttf differ diff --git a/style.css b/style.css index e6e874b..c3073ee 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +@font-face { + font-family: montserrat; + src: url(fnt/montserrat-light.ttf) format("truetype"); +} + * { box-sizing: border-box } body { @@ -5,6 +10,7 @@ body { line-height: 1.5; background-color: #edfbff; color: #324c9c; + font-family: montserrat, sans; } header {