change a pipe
Brought to you by:
olivierwehner
Hello Olivier. I have another question. I'm trying to change a pipe (family=Abel|Source+Sans+Pro) to the encoding %7C (family=Abel%7CSource+Sans+Pro) but I cannot figure out a way to make it. This would enable me to respect the W3C guidelines when calling multiple Google fonts. Thank you.
Anonymous
The pipe symbol must be escaped because it is a regular expression controle character.
FIND: |
REPLACE: %7C
will do.
Best regards,
Olivier