Skip to content
Snippets Groups Projects
Commit 3173c6a5 authored by Jonas Leder's avatar Jonas Leder
Browse files

fixed font

parent 1d0819f4
No related branches found
No related tags found
No related merge requests found
Pipeline #546 passed
......@@ -4,8 +4,8 @@
@font-face {
font-family: 'source_sans_problack';
src: url('sourcesanspro-black-webfont.woff2') format('woff2'),
url('sourcesanspro-black-webfont.woff') format('woff');
src: url('/fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
url('/fonts/sourcesanspro-black-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
......@@ -16,8 +16,8 @@
@font-face {
font-family: 'source_sans_probold';
src: url('sourcesanspro-bold-webfont.woff2') format('woff2'),
url('sourcesanspro-bold-webfont.woff') format('woff');
src: url('/fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
url('/fonts/sourcesanspro-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment