updated the fonts filepath to be relative for alias purposes

master
dtookey 4 years ago
parent 2cbd9c76a9
commit 36ccb5ef49

@ -1,6 +1,6 @@
@font-face {
font-family: 'customFont';
src: url('/fonts/Roboto-Regular.ttf') format('truetype');
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

Loading…
Cancel
Save