do not load an entire italic font for 10 words

This commit is contained in:
simon lehericey 2020-10-11 23:04:50 +02:00
parent 5f74584c6a
commit 576a740bb2
2 changed files with 0 additions and 2 deletions

View file

@ -61,7 +61,6 @@ footer {
}
.footer-text {
font-style: italic;
margin-bottom: 14px;
}

View file

@ -18,7 +18,6 @@
= preload_link_tag(asset_url("Muli-Regular.woff2"))
= preload_link_tag(asset_url("Muli-Bold.woff2"))
= preload_link_tag(asset_url("Muli-Italic.woff2"))
= stylesheet_link_tag 'new_design/new_application', media: 'all'
= stylesheet_link_tag 'new_design/print', media: 'print'