TipsyToothpick
TipsyToothpick
CDCloudflare Developers
Created by Bryce Wray on 11/6/2023 in #general-help
CF Fonts beta: examples of problems
I created this related post https://discord.com/channels/595317990191398933/1231578490311151718 It looks like another font that isn't supported is the Material Symbols.
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
11 replies
CDCloudflare Developers
Created by TipsyToothpick on 4/21/2024 in #general-help
Google Fonts not optimizing Material Symbols
Update: As I mentioned I was loading 2 fonts and material icons. It looks like Cloudflare's font festure doesn't supported grouping all these fonts together ina. single <link> tag. You need to split them up. After splitting them up, the two fonts load however the Google material icons still don't seem to work. https://fonts.google.com/icons
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200">
7 replies