Can some one tell me how to edit multiple elements of the same value or all what is highlighted? I do not know the name of this feature.

Thank you in advance
Moderator: kfury77
Code: Select all
url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
Use the Search & Replace function. AFIK that's the only way.hilite wrote:Now, how can I change simultanesly all "fonts" to e.g. "font"? And not having to change all words one by one?
Worst Way !pmk65 wrote:Use the Search & Replace function. AFIK that's the only way.