customizing the path in CSS

[ad_1]

​

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]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer