​
i have found out that my wordpress-site fetches two google fonts:
one of them is montserrat
i decided to host them locally. so i have to
a.- fetch the fonts
b. correct the css code
with the following tool i fetch them
[https://google-webfonts-helper.herokuapp.com/fonts/montserrat?subsets=latin])here i have the option to add the paths – to customize the path in the css-data
​
>/\* montserrat-regular – latin \*/ u/font-face { font-family: ‘Montserrat’; font-style: normal; font-weight: 400; src: url(‘../fonts/montserrat-v25-latin-regular.eot’); /\* IE9 Compat Modes \*/ src: local(”), url(‘../fonts/montserrat-v25-latin-regular.eot?#iefix’) format(’embedded-opentype’), /\* IE6-IE8 \*/ url(‘../fonts/montserrat-v25-latin-regular.woff2’) format(‘woff2’), /\* Super Modern Browsers \*/ url(‘../fonts/montserrat-v25-latin-regular.woff’) format(‘woff’), /\* Modern Browsers \*/ url(‘../fonts/montserrat-v25-latin-regular.ttf’) format(‘truetype’), /\* Safari, Android, iOS \*/ url(‘../fonts/montserrat-v25-latin-regular.svg#Montserrat’) format(‘svg’); /\* Legacy iOS \*/ } Customize folder prefix (optional):
and now i have to add a path to set the correct path – (that means to customize the path )
../fonts/
​
>Click on code to select all statements, then copy/paste it into your own CSS file.
so the question is: what is the correct path – to enter here – before i donwload the file
​
**1 CommentShareSave**
[ad_2]