How to Load Multiple Google Fonts into One Single Request

2015/10/021 min read
bookmark this
Responsive image

Table of Contents

  1. Introduction
  2. Combining Font Requests
  3. Conclusion

Introduction

If your page needs more than one Google font, instead of making multiple requests, you can try using | to separate them into a single request.

Combining Font Requests






A example of how to request google fonts in once.


Conclusion

By using the | character, you can combine multiple Google Fonts into a single HTTP request, reducing the number of network calls and improving page load performance.